UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

9 lines (8 loc) 240 B
/** * Converts a Uint8Array of binary data to a base-64 encoded string. * * @param input The binary data to encode * * @see https://tools.ietf.org/html/rfc4648#section-4 */ export declare function toBase64(input: Uint8Array): string;