Shreyan
Clean initial commit without large files
7f21468
raw
history blame
118 Bytes
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;