Spaces:
Paused
Paused
File size: 378 Bytes
3401f26 | 1 2 3 4 5 6 7 8 9 10 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultPerf = void 0;
exports.defaultPerf = (typeof performance === 'object' &&
performance &&
typeof performance.now === 'function') ?
/* c8 ignore start - this gets covered, but c8 gets confused */
performance
: /* c8 ignore stop */ Date;
//# sourceMappingURL=perf.js.map |