Your IP : 216.73.217.88


Current Path : /opt/alt/alt-nodejs24/root/lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/
Upload File :
Current File : //opt/alt/alt-nodejs24/root/lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/perf.js

export const 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