6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
|
export declare class Pool {
|
||
|
pool: any;
|
||
|
constructor();
|
||
|
run(workerPathArg: string): any;
|
||
|
}
|