3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
import { ErrnoException } from '../types';
|
|
export declare function isEnoentCodeError(error: ErrnoException): boolean;
|