IOweb/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.d.ts
2026-07-03 15:07:38 -05:00

5 lines
No EOL
279 B
TypeScript

import { type Channel, type TracingChannel } from 'node:diagnostics_channel';
export type { TracingChannel, Channel };
export declare const metrics: Channel<unknown>;
export declare const tracing: TracingChannel<unknown>;
//# sourceMappingURL=diagnostics-channel-browser.d.ts.map