UNPKG

worktank

Version:

A simple isomorphic library for executing functions inside WebWorkers or Node Threads pools.

5 lines (4 loc) 120 B
declare class WorkerError extends Error { constructor(name: string, message: string); } export default WorkerError;