astro-ghostcms/.pnpm-store/v3/files/49/e506fa2007a6094c471a5e3e0a8...

3 lines
118 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;