UNPKG

227 BTypeScriptView Raw
1import { ImplementationExport } from "../types/master";
2export declare const defaultPoolSize: number;
3export declare function getWorkerImplementation(): ImplementationExport;
4export declare function isWorkerRuntime(): boolean;