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