UNPKG

worker-timers-broker

Version:

The broker which is used by the worker-timers package.

6 lines 293 B
import { TWorkerTimersBrokerLoader, TWorkerTimersBrokerWrapper } from './types'; export * from './interfaces/index'; export * from './types/index'; export declare const wrap: TWorkerTimersBrokerWrapper; export declare const load: TWorkerTimersBrokerLoader; //# sourceMappingURL=module.d.ts.map