UNPKG

466 BTypeScriptView Raw
1import * as BrowserImplementation from "./implementation.browser";
2/** Default size of pools. Depending on the platform the value might vary from device to device. */
3export declare const defaultPoolSize: number;
4export declare const getWorkerImplementation: typeof BrowserImplementation.getWorkerImplementation;
5/** Returns `true` if this code is currently running in a worker. */
6export declare const isWorkerRuntime: typeof BrowserImplementation.isWorkerRuntime;