react-native-base64
react-native-base64 copied to clipboard
Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
This library outputs nil bytes (0) at the end which cause JSON.parse to choke. Example: ```typescript import base64 from 'react-native-base64'; test("JWT parsing did not work: proving that I am not...
Resolves #10
In order to make it easier for developers who are using this package on TypeScript projects, it could be exposing its type definitions on `index.d.ts` I implemented it for the...
Introducing type declaration file
As the title says... if the input is an empty array, shouldn't the output be one, too?^^ I'm using 0.2.1.