Files
est-frame/node_modules/fast-glob/out/utils/errno.d.ts
2025-10-22 05:38:27 +00:00

3 lines
118 B
TypeScript
Executable File

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