@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias InputFormat

    InputFormat: "auto" | "bitmark" | "json" | string & {}

    Input format selector (adds auto-detection).

    "auto" sniffs bitmark-vs-JSON from the content; "bitmark" / "json" are explicit; any config mapping id (e.g. "html", "xml") selects a markup input that is reversed to the AST. The (string & {}) arm admits those config-driven mapping ids while keeping literal autocompletion.