summaryrefslogtreecommitdiffstats
path: root/node_modules/fast-glob/out/utils/errno.d.ts
blob: 0e52c0dc04207985eb0ad803b71c22da24d1bed5 (plain) (blame)
1
2
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;