UNPKG

workerpool

Version:

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

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