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.

11 lines 341 B
import { Analytics } from '../core/analytics'; import { Context } from '../core/context'; /** * @deprecated Please use the standalone `@segment/analytics-node` package. */ export declare class AnalyticsNode { static load(settings: { writeKey: string; }): Promise<[Analytics, Context]>; } //# sourceMappingURL=index.d.ts.map