UNPKG

138 BTypeScriptView Raw
1declare module 'minimatch-all' {
2
3 function minimatchAll(filePath: string, globs: string[])
4 : boolean;
5
6 export = minimatchAll;
7}