Files
talk-pro/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js
2026-05-12 16:16:03 +08:00

7 lines
267 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tracing = exports.metrics = void 0;
const dummy = { hasSubscribers: false };
exports.metrics = dummy;
exports.tracing = dummy;
//# sourceMappingURL=diagnostics-channel-browser.js.map