UNPKG

@segment/analytics-react-native

Version:

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

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