Files
fte-Homepage/node_modules/fast-glob/out/utils/errno.d.ts
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

3 lines
118 B
TypeScript

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