Converts bytes to the equivalent ASCII string
bytesToAscii(Uint8Array.from([115, 116, 97, 99, 107, 115, 32, 36])); // 'stacks $' Copy
bytesToAscii(Uint8Array.from([115, 116, 97, 99, 107, 115, 32, 36])); // 'stacks $'
Generated using TypeDoc
Converts bytes to the equivalent ASCII string