@webkrafters/long-count
Version:
Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.
9 lines (8 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MAX_SET_TIMEOUT_DELAY = exports.EMPTY_OBJECT = exports.EMPTY_ARRAY = void 0;
var EMPTY_ARRAY = exports.EMPTY_ARRAY = [];
var EMPTY_OBJECT = exports.EMPTY_OBJECT = {};
var MAX_SET_TIMEOUT_DELAY = exports.MAX_SET_TIMEOUT_DELAY = 2147483647; // (2^32)-1 ms => ~24.8 DAYS IN MILLIS