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

    Interface InfoOptions

    Info options for the parser

    interface InfoOptions {
        bit?: string;
        outputFormat?: InfoFormatType;
        prettify?: number | boolean;
        type?: InfoTypeType;
    }
    Index
    bit?: string
    outputFormat?: InfoFormatType
    prettify?: number | boolean