UNPKG

bunyamin

Version:

Bunyan-based logger for Node.js supporting Trace Event format

7 lines (6 loc) 250 B
/// <reference types="node" /> import type { Transform } from 'node:stream'; import type { TraceEventStreamOptions } from './streams'; export declare function traceEventStream(options: TraceEventStreamOptions & { filePath: string; }): Transform;