File size: 118 Bytes
d8f0e51
 
1
2
3
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;