Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame
118 Bytes
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;