/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/lru-cache/dist/commonjs/perf.js
10 строк
378 B
npm CLI robot
deps: upgrade npm to 11.15.0
22 май 2026, 23:58
Не верифицирован
22 май 2026, 23:58
fa0aadc
Код
Авторство
О чём код?
"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