UNPKG

workerpool

Version:

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

5 lines (4 loc) 150 B
export const platform: "node" | "browser"; export const isMainThread: any; export const cpus: any; export function isNode(nodeProcess: any): boolean;