UNPKG

255 BTypeScriptView Raw
1/// <reference lib="dom" />
2import { ImplementationExport } from "../types/master";
3export declare const defaultPoolSize: number;
4export declare function getWorkerImplementation(): ImplementationExport;
5export declare function isWorkerRuntime(): boolean;