@segment/analytics-next
Version:
Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.
10 lines • 384 B
TypeScript
export declare const setGlobalCDNUrl: (cdn: string) => void;
export declare const getCDN: () => string;
export declare const getNextIntegrationsURL: () => string;
/**
* Replaces the CDN URL in the script tag with the one from Analytics.js 1.0
*
* @returns the path to Analytics JS 1.0
**/
export declare function getLegacyAJSPath(): string;
//# sourceMappingURL=parse-cdn.d.ts.map