Converts bytes to the equivalent UTF-8 string
bytesToUtf8(Uint8Array.from([115, 116, 97, 99, 107, 115, 32, 211, 190])); // 'stacks ΣΎ' Copy
bytesToUtf8(Uint8Array.from([115, 116, 97, 99, 107, 115, 32, 211, 190])); // 'stacks ΣΎ'
Generated using TypeDoc
Converts bytes to the equivalent UTF-8 string