UNPKG

@segment/analytics-react-native

Version:

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

9 lines 371 B
import { UtilityPlugin } from '../plugin'; import { PluginType, SegmentEvent } from '../types'; export declare class DestinationMetadataEnrichment extends UtilityPlugin { type: PluginType; private destinationKey; constructor(destinationKey: string); execute(event: SegmentEvent): SegmentEvent; } //# sourceMappingURL=DestinationMetadataEnrichment.d.ts.map