errno.d.ts 120 Bytes
Newer Older
1 2
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;