Introduction
Few days ago I wrote a post about uploading JSON object using JavaScript. There are some dependencies using this approach, which are b64EncodeUnicode and b64DecodeUnicode functions.
I’d like to share how to write these functions using TypeScript:
All articles in this blog are licensed under CC BY-SA 4.0 unless stating additionally.