UNPKG

115 BTypeScriptView Raw
1import { IMinimatch } from 'minimatch';
2export declare function createMinimatch(patterns: string[]): IMinimatch[];