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) 280 B
/** * @private * @description Encodes a semVer-like version string for OS * @param {string} semVer Input is x.y * @return {string} A string built from 2 characters of the base64 table that encode the semVer */ export declare function encodeOSVersion(semVer: string): string;