frontend/.pnpm-store/v3/files/22/93fc97253a0e64f7abd77913bf80fa8b48ba551d00ecfcbec1d955bb8f5c94a201e7597db63534bcc5c286e412ebf00e36d330f98255f5fcd5547d933ba1a0

3 lines
120 B
Plaintext

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