mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-24 04:36:31 +00:00
6 lines
381 B
TypeScript
6 lines
381 B
TypeScript
|
import { load } from 'worker-timers-broker';
|
||
|
export declare const clearInterval: ReturnType<typeof load>['clearInterval'];
|
||
|
export declare const clearTimeout: ReturnType<typeof load>['clearTimeout'];
|
||
|
export declare const setInterval: ReturnType<typeof load>['setInterval'];
|
||
|
export declare const setTimeout: ReturnType<typeof load>['setTimeout'];
|
||
|
//# sourceMappingURL=module.d.ts.map
|