UNPKG

workerpool

Version:

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

9 lines (8 loc) 230 B
export = DebugPortAllocator; declare function DebugPortAllocator(): void; declare class DebugPortAllocator { ports: any; length: number; nextAvailableStartingAt(starting: any): any; releasePort(port: any): void; }