Files
annikadev.com/node_modules/fast-glob/out/utils/errno.d.ts
T
2022-08-09 16:47:50 -06:00

3 lines
118 B
TypeScript

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