@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable decode_number_arrayConst

    decode_number_array: DecodeFunc<
        number[],
        [type: NumericArrayType, array_length?: number],
    > = ...

    unpack a numeric array (number[]) that is encoded in one of NumericArrayType byte representation. you must provide the array_length of the array being decoded, otherwise the decoder will unpack till the end of the buffer.