UNPKG

@comparaonline/event-tracker

Version:

This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.

3 lines (2 loc) 98 B
import type { Events } from '../types'; export declare function trackToHeap(event: Events): void;