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

    Interface WriteYamlOptions

    Options for serializing a Document node into YAML text.

    interface WriteYamlOptions {
        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.