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