@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.
7 lines • 303 B
TypeScript
import { Facade, Options } from '@segment/facade';
import { SegmentEvent } from '../core/events';
export type SegmentFacade = Facade<SegmentEvent> & {
obj: SegmentEvent;
};
export declare function toFacade(evt: SegmentEvent, options?: Options): SegmentFacade;
//# sourceMappingURL=to-facade.d.ts.map