jayvatliq's picture
Upload folder using huggingface_hub
16533c4 verified
Raw
History Blame Contribute Delete
118 Bytes
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;