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

6 lines
101 B
TypeScript
Raw Normal View History

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