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