mcbe-leveldb-reader
    Preparing search index...

    Interface ILevelDbRecordVisitorOptions

    interface ILevelDbRecordVisitorOptions {
        includeDeleted?: boolean;
        includeValues?: boolean;
    }
    Index
    includeDeleted?: boolean
    includeValues?: boolean