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

6 lines
101 B
TypeScript

export declare class Pool {
pool: any;
constructor();
run(workerPathArg: string): any;
}