serg1557733 8e71f396c9 start working with redux | před 2 roky | |
---|---|---|
.. | ||
dist | před 2 roky | |
CHANGELOG.md | před 3 roky | |
LICENSE | před 3 roky | |
README.md | před 3 roky | |
rollup.config.ts | před 3 roky |
Encode/decode base64 data into ArrayBuffers
You can install the module via npm:
npm install base64-arraybuffer
The library encodes and decodes base64 to and from ArrayBuffers
ArrayBuffer
into base64 stringArrayBuffer
You can run the test suite with:
npm test
Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.