Files
laba4/node_modules/fast-glob/out/utils/errno.d.ts
mokangleb1818-crypto 61b4c108c2
Some checks failed
CI / ci (push) Has been cancelled
ptoect
2026-05-18 10:55:29 +03:00

3 lines
118 B
TypeScript

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