5 lines
280 B
TypeScript
5 lines
280 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.mts.map
|