Package Exports
- uint8-to-b64
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uint8-to-b64) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ArrayBuffer
to Base64 string and back
Isomorphic helpers to encode and decode Uint8Array
to Base64 string and back.
Works in browser and Node.js.
API:
encode(ab: Uint8Array): string;
decode(str: string): Uint8Array;
Contents:
index.js
— Node.js versionbrowser.js
— browser version