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.

5 lines 310 B
import { CDNSettings } from '../../browser'; import { Context } from '../../core/context'; import { MiddlewareFunction } from '../middleware'; export declare function remoteMiddlewares(ctx: Context, settings: CDNSettings, obfuscate?: boolean): Promise<MiddlewareFunction[]>; //# sourceMappingURL=index.d.ts.map