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

    Interface ToOsdOptions

    Options for serializing a Schema to OSD schema text.

    interface ToOsdOptions {
        indent?: number | null;
    }
    Index
    indent?: number | null

    Pretty-mode indent width in spaces (default 4). null renders a single-line, machine-oriented form instead: record defs and the root statement joined by spaces, fields joined by ", ", no trailing comma -- mirroring write_oml/write_json's own indent: null convention. Both forms round-trip through parseSchema.