haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
alt
/
alt-nodejs24
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
lru-cache
/
dist
/
commonjs
/
Filename :
perf.js
back
Copy
"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