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) =========================

8 lines (7 loc) 291 B
/** * @private * @description Encodes a semVer-like version string * @param {string} semVer Input can be either x.y.z or x.y * @return {string} A string built from 3 characters of the base64 table that encode the semVer */ export declare function encodeVersion(semVer: string): string;