@cloudinary/url-gen
Version:
Cloudinary URL-Gen SDK ========================= [](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) • 328 B
TypeScript
declare const packageVersion = "1.12.0";
/**
* Export package version (injected during our build).
* Reason for this is that If we import values from from package.json,
* it will cause an error for users who do not have an 'import from json' plugin
* as part of their build process / bundler.
*/
export { packageVersion };