UNPKG

bunyamin

Version:

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

9 lines (8 loc) 265 B
import type { ThreadGroupConfig } from '../threads'; export type TraceEventStreamOptions = { ignoreFields?: string[]; threadGroups?: Iterable<string | ThreadGroupConfig>; maxConcurrency?: number; defaultThreadName?: string; strict?: boolean; };