UNPKG

workerpool

Version:

Offload tasks to a pool of workers on node.js and in the browser

5 lines (4 loc) 256 B
export function validateOptions(options: Object | undefined, allowedOptionNames: string[], objectName: string): Object | undefined; export const workerOptsNames: string[]; export const forkOptsNames: string[]; export const workerThreadOptsNames: string[];