UNPKG

cdk-amazon-chime-resources

Version:

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

7 lines (6 loc) 165 B
export function fromUtf8(input) { return new TextEncoder().encode(input); } export function toUtf8(input) { return new TextDecoder("utf-8").decode(input); }