UNPKG

305 BTypeScriptView Raw
1import { BuildContext, WorkerProcess } from './util/interfaces';
2export declare function runWorker(taskModule: string, taskWorker: string, context: BuildContext, workerConfig: any): Promise<{}>;
3export declare function createWorker(taskModule: string): any;
4export declare const workers: WorkerProcess[];