UNPKG

@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.

6 lines 288 B
/** * Load a script from a URL and append it to the document. */ export declare function loadScript(src: string, attributes?: Record<string, string>): Promise<HTMLScriptElement>; export declare function unloadScript(src: string): Promise<void>; //# sourceMappingURL=load-script.d.ts.map