3 lines
118 B
TypeScript
Executable File
3 lines
118 B
TypeScript
Executable File
import { ErrnoException } from '../types';
|
|
export declare function isEnoentCodeError(error: ErrnoException): boolean;
|