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

13 lines (12 loc) 268 B
/** * This file is for internal constants only. * It is not intended for public use and is not part of the public API */ /** * @private */ export declare const ALLOWED_URL_CONFIG: string[]; /** * @private */ export declare const ALLOWED_CLOUD_CONFIG: string[];