Type Alias TransformOpts

TransformOpts: InitStreamOptions & {
    traceInput: boolean;
    traceOutput: boolean;
}

Transform options