UNPKG

cdk-amazon-chime-resources

Version:

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

8 lines (7 loc) 219 B
/** * Converts a Uint8Array of binary data to a base-64 encoded string using * Node.JS's `buffer` module. * * @param input The binary data to encode */ export declare const toBase64: (input: Uint8Array) => string;