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