NET-Web-API-w-Angular/my-app/node_modules/fast-glob/out/utils/errno.d.ts

2 lines
118 B
TypeScript
Executable file

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