@mikuroxina/mini-fn
    Preparing search index...

    Type Alias DecContext

    A context while decoding the byte sequence.

    type DecContext = {
        buffer: Buffer;
        input: DataView;
        more: ReadLen;
        offset: number;
    }
    Index

    Properties

    Properties

    buffer: Buffer

    A buffer to store the loaded chunk of data.

    input: DataView

    An input data parsing now,

    more: ReadLen

    How many bytes is needed to read more.

    offset: number

    An offset index of reading.