UNPKG

@cspell/cspell-tools

Version:
7 lines 210 B
interface Options { cwd?: string | URL; nodir?: boolean; } export declare function globP(pattern: string | string[], options?: Options): Promise<string[]>; export {}; //# sourceMappingURL=globP.d.ts.map