Files
2023-11-25 18:12:47 -05:00

3 lines
118 B
TypeScript

import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;