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

    Variable decode_bytesConst

    decode_bytes: DecodeFunc<Uint8Array, [bytesize?: number]> = ...

    unpack a Uint8Array array of bytes. you must provide the bytesize of the bytes being decoded, otherwise the decoder will unpack till the end of the buffer.