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

10 lines (9 loc) 508 B
import { IAnalyticsOptions } from "./interfaces/IAnalyticsOptions.js"; import { ITrackedPropertiesThroughAnalytics } from "./interfaces/ITrackedPropertiesThroughAnalytics.js"; /** * @private * @description Gets the analyticsOptions from options- should include sdkSemver, techVersion, sdkCode, and feature * @param {ITrackedPropertiesThroughAnalytics} options * @returns {IAnalyticsOptions} */ export declare function getAnalyticsOptions(options: ITrackedPropertiesThroughAnalytics): IAnalyticsOptions;