UNPKG

370 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/* tslint:disable no-empty */
4function noop() { }
5/* tslint:enable no-empty */
6function clearAllTimer() {
7 let i = setInterval(noop);
8 for (; i > 0; i--) {
9 clearTimeout(i);
10 clearInterval(i);
11 }
12}
13exports.clearAllTimer = clearAllTimer;
14//# sourceMappingURL=timer.js.map
\No newline at end of file