DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
257 Bytes
import { IMinimatch } from 'minimatch';
declare const _default: {
new (matchers: (string | IMinimatch)[]): {
matchers: IMinimatch[];
match(value: string): boolean;
mayContain(value: string): boolean;
};
};
export = _default;