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.

6 lines 276 B
import { StandardDispatcherConfig } from './shared-dispatcher'; export type Dispatcher = (url: string, body: object) => Promise<unknown>; export default function (config?: StandardDispatcherConfig): { dispatch: Dispatcher; }; //# sourceMappingURL=fetch-dispatcher.d.ts.map