UNPKG

137 BTypeScriptView Raw
1import * as glob from 'glob';
2export declare function globFiles(pattern: string | string[], options?: glob.IOptions): Promise<string[]>;