@valon-technologies/gestalt
    Preparing search index...

    Interface ByteRange

    ByteRange requests a half-open slice of an object's bytes.

    interface ByteRange {
        start?: bigint;
        end?: bigint;
    }
    Index

    Properties

    Properties

    start?: bigint
    end?: bigint