interface ConcurrentOutputContext {
    outputPrefix?: string;
    stripAnsi?: boolean;
}

Properties

outputPrefix?: string
stripAnsi?: boolean