smartspawn/dist/smartipc.classes.pool.d.ts

6 lines
101 B
TypeScript
Raw Normal View History

2017-01-29 23:41:26 +01:00
export declare class Pool {
pool: any;
constructor();
run(workerPathArg: string): any;
}