UNPKG

@medusajs/telemetry

Version:
8 lines 422 B
export function trackFeatureFlag(flag: any): void; export function trackInstallation(installation: any, type: any): void; export const flush: (() => Promise<void>) | undefined; export function track(event: any, data?: {}): void; export function setTelemetryEnabled(enabled?: boolean): void; export { default as Store } from "./store"; export { default as Telemeter } from "./telemeter"; //# sourceMappingURL=index.d.ts.map