UNPKG

@segment/analytics-react-native

Version:

The hassle-free way to add Segment analytics to your React-Native app.

8 lines 285 B
import type { SegmentEvent } from './types'; export declare const uploadEvents: ({ writeKey, url, events, retryCount, }: { writeKey: string; url: string; events: SegmentEvent[]; retryCount?: number | undefined; }) => Promise<Response>; //# sourceMappingURL=api.d.ts.map