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

    Type Alias BitView

    BitView:
        | { format: "bitmark"; index: number; source: string; total: number }
        | { bit: AnyBit; format: "json"; index: number; total: number }

    What a PreHook / PostHook sees for one bit, in its source format. index is the bit's 0-based position; total is the bit count.