UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

11 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = now; const nowFn = Date.now || (() => new Date().getTime()); /** * This function return Date now */ function now() { return nowFn(); } //# sourceMappingURL=now.js.map