UNPKG

lru-cache

Version:

A cache object that deletes the least-recently-used items.

5 lines 276 B
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-cjs.d.cts.map