UNPKG

116 BJavaScriptView Raw
1export const uint8ToUtf8 = (uintArray) =>
2 decodeURIComponent(escape(String.fromCharCode.apply(null, uintArray)));