chenyc
2025-12-09 545c24c6a711d71b65f3d4e8122fee3837fb1edc
1
2
3
4
5
6
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