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

    Interface ReadTomlOptions

    Options for parsing TOML text into a Document node.

    interface ReadTomlOptions {
        schema?: Schema;
    }
    Index
    schema?: Schema

    Optional Schema for schema-directed materialization (spec §4).