📄 errno.d.ts
/home/palash/git/site/node_modules/fast-glob/out/utils/errno.d.ts
Language: ts • Lines: 2
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;