UNPKG

node-worker-threads-pool-ts

Version:

Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Typescript, Async/Await.

2 lines (1 loc) 58 B
export declare function createCode(fn: Function): string;