UNPKG

@webkrafters/long-count

Version:

Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.

32 lines (31 loc) 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "clearInterval", { enumerable: true, get: function get() { return _main.clearInterval; } }); Object.defineProperty(exports, "clearTimeout", { enumerable: true, get: function get() { return _main.clearTimeout; } }); Object.defineProperty(exports, "setInterval", { enumerable: true, get: function get() { return _main.setInterval; } }); Object.defineProperty(exports, "setTimeout", { enumerable: true, get: function get() { return _main.setTimeout; } }); var _main = require("./main"); ; ;