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.

10 lines 331 B
export type BatchingDispatchConfig = { size?: number; timeout?: number; maxRetries?: number; keepalive?: boolean; }; export default function batch(apiHost: string, config?: BatchingDispatchConfig): { dispatch: (_url: string, body: object) => Promise<unknown>; }; //# sourceMappingURL=batched-dispatcher.d.ts.map