errno.d.ts 118 Bytes
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;