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

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;