UNPKG

aico-pack

Version:

A tool to pack repository contents to single file for AI consumption

8 lines 348 B
import { Piscina } from 'piscina'; export declare const getProcessConcurrency: () => number; export declare const getWorkerThreadCount: (numOfTasks: number) => { minThreads: number; maxThreads: number; }; export declare const initPiscina: (numOfTasks: number, workerPath: string) => Piscina; //# sourceMappingURL=processConcurrency.d.ts.map