Files
dy/node_modules/lru-cache/dist/esm/node/diagnostics-channel.d.ts
2026-07-23 17:56:25 +08:00

5 lines
271 B
TypeScript

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