Files
moreminimore-new/node_modules/lru-cache/dist/esm/diagnostics-channel.d.ts

5 lines
272 B
TypeScript

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