@react-native-anywhere/polyfill-base64

A polyfill used to add btoa() and atob() to the global scope.


License
MIT
Install
npm install @react-native-anywhere/polyfill-base64@0.0.1-alpha.0

Documentation

@react-native-anywhere/polyfill-base64

A polyfill used to add btoa and atob to the global scope.

🚀 Getting Started

Using yarn:

yarn add @react-native-anywhere/polyfill-base64

✍️ Usage

import "@react-native-anywhere/polyfill-base64";

// btoa, atob...

✌️ License

MIT