MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / atob

Function atob

packages/core/wgc/atob.ts:1–9  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

1export function atob(data: string) {
2 if (__ANDROID__) {
3 return (<any>org).nativescript.winter_tc.Utils.atob(data);
4 }
5
6 if (__IOS__) {
7 return (<any>NSString).atob(data);
8 }
9}

Callers 3

loadAndExtractMapFunction · 0.85
encodeDecodeFunction · 0.85

Calls 1

atobMethod · 0.80

Tested by

no test coverage detected