UNPKG

fast-base64-encode

Version:

A fast Base64 encoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).

3 lines (2 loc) 81 B
declare function base64Encode (source: Uint8Array): string export = base64Encode