Urara-Blog/node_modules/.pnpm-store/v3/files/49/e506fa2007a6094c471a5e3e0a89fedcb85eb2bacd2cbbfa39073b926b5e168970e350b1591410bb4519f7b26934afaaf40587e02488f25bde5c7e2f80c936
2022-08-14 01:14:53 +08:00

2 lines
118 B
Text

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