UNPKG

@loaders.gl/worker-utils

Version:

Utilities for running tasks on worker threads

6 lines 269 B
/// <reference types="node" /> import * as WorkerThreads from 'worker_threads'; export * from 'worker_threads'; export declare const NodeWorker: typeof WorkerThreads.Worker; export type NodeWorkerType = WorkerThreads.Worker; //# sourceMappingURL=worker_threads.d.ts.map