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

    Interface ConvertOptions

    Conversion options for bitmark / JSON conversion

    interface ConvertOptions {
        bitmarkOptions?: BitmarkOptions;
        bitmarkParserType?: "peggy";
        bitmarkVersion?: 3;
        fileOptions?: FileOptions;
        inputFormat?: InputType;
        jsonOptions?: JsonOptions;
        outputFile?: string;
        outputFormat?: OutputType;
    }
    Index
    bitmarkOptions?: BitmarkOptions
    bitmarkParserType?: "peggy"
    bitmarkVersion?: 3

    bitmark v3 only — version 2 throws LegacyUnsupportedError at runtime.

    fileOptions?: FileOptions
    inputFormat?: InputType
    jsonOptions?: JsonOptions
    outputFile?: string
    outputFormat?: OutputType