let encode = data =>
btoa(String.fromCharCode(...new Uint8Array(data)));

이런코드 너무조음 함수형