UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

9 lines (8 loc) 244 B
/** * * @private * @description An isomorphic Base64 function, provides browser and server support. * @param {string} input - A string to encode with base64 */ declare function base64Encode(input: string): string; export { base64Encode };