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

    Variable decode_strConst

    decode_str: DecodeFunc<string, [bytesize?: number]> = ...

    unpack a string as an array of characters. you must provide the bytesize of the string being decoded, otherwise the decoder will unpack till the end of the buffer.