Moonfanz's picture
Upload 1796 files
e2f726f verified
raw
history blame contribute delete
118 Bytes
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;