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

    Variable OutputConst

    Output: { ast: "ast"; bitmark: "bitmark"; json: "json"; text: "text" } = ...

    Output type enumeration

    Type Declaration

    • Readonlyast: "ast"

      Output AST as a plain JS object, or a file

    • Readonlybitmark: "bitmark"

      Output bitmark string

    • Readonlyjson: "json"

      Output JSON as a plain JS object, or a file

    • Readonlytext: "text"

      Output plain text as a string, or a file