Interface TrioWriterOptions

Additional options for when writing trio.

interface TrioWriterOptions {
    multilineStrings?: boolean;
}

Properties

multilineStrings?: boolean

True if multi-line strings should be used when writing the trio file.