File size: 257 Bytes
bc20498
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { IMinimatch } from 'minimatch';
declare const _default: {
    new (matchers: (string | IMinimatch)[]): {
        matchers: IMinimatch[];
        match(value: string): boolean;
        mayContain(value: string): boolean;
    };
};
export = _default;