ReferenceNil.jsfunctionsFunction: bytesToString()On this pageFunction: bytesToString() function bytesToString(bytes): string Converts bytes to a string. Parameters ParameterTypeDescriptionbytesUint8ArrayThe bytes to convert. Returns string The string representation of the input. Defined @nilfoundation/niljs/src/encoding/fromBytes.ts:11