projecte_ionic/node_modules/fast-glob/out/utils/errno.d.ts
2022-02-09 18:30:03 +01:00

2 lines
118 B
TypeScript
Executable file

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