Interface TextLineStreamOptions

Options for TextLineStream.

interface TextLineStreamOptions {
    allowCR?: boolean;
}

Properties

Properties

allowCR?: boolean

Allow splitting by \r.

{false}