@omnist-dev/omnist
    Preparing search index...

    Interface WriteTomlOptions

    Options for serializing a Document node into TOML text.

    interface WriteTomlOptions {
        report?: WriteReport;
        strict?: boolean;
    }
    Index
    report?: WriteReport

    Optional WriteReport accumulator to collect adjustments into.

    strict?: boolean

    If true, throws WriteError if any lossy adjustments are made (e.g. dropping nulls).