repomix
Version:
A tool to pack repository contents to single file for AI consumption
8 lines • 392 B
TypeScript
import type { Options } from 'globby';
/**
* Execute globby in worker to isolate memory usage
*/
export declare const executeGlobbyInWorker: (patterns: string[], options: Options, deps?: {
initTaskRunner: <T, R>(numOfTasks: number, workerPath: string) => import("../../shared/processConcurrency.js").TaskRunner<T, R>;
}) => Promise<string[]>;
//# sourceMappingURL=globbyExecute.d.ts.map