UNPKG

matcher-collection

Version:

Minimatch but for collections of minimatcher matchers.

10 lines (9 loc) 257 B
import { IMinimatch } from 'minimatch'; declare const _default: { new (matchers: (string | IMinimatch)[]): { matchers: IMinimatch[]; match(value: string): boolean; mayContain(value: string): boolean; }; }; export = _default;