Files
lcbp3.np-dms.work/frontend/node_modules/fast-glob/out/utils/errno.d.ts
2025-09-21 20:29:15 +07:00

3 lines
118 B
TypeScript
Executable File

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