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) 239 B
/** * * @description - Replace (,) and (/) in a string to its URL encoded equivalence * @param {string} str * @private */ declare function serializeCloudinaryCharacters(str?: string): string; export { serializeCloudinaryCharacters };