hugoWebsite/node_modules/fast-glob/out/utils/errno.d.ts

3 lines
120 B
TypeScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;