UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

4 lines (3 loc) 203 B
export declare function base64Decode(str: string): string; export declare function base64Encode(str: string): any; export declare function utf8Slice(buf: Uint8Array, start: number, end: number): string;