UNPKG

243 BJavaScriptView Raw
1export function btoa(stringToEncode) {
2 if (__ANDROID__) {
3 return org.nativescript.winter_cg.Utils.btoa(stringToEncode);
4 }
5 if (__IOS__) {
6 return NSString.btoa(stringToEncode);
7 }
8}
9//# sourceMappingURL=btoa.js.map
\No newline at end of file