UNPKG

@chordcommerce/analytics

Version:

Chord Commerce event tracking

4 lines (3 loc) 238 B
import type { ChordAnalyticsOptions, ChordAnalyticsQueue } from '../types/index.js'; export declare const addCdpSnippet: (options: ChordAnalyticsOptions) => void; export declare const cdpQueue: (namespace: string) => ChordAnalyticsQueue;