UNPKG

@cloudinary/url-gen

Version:

Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas

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 };