UNPKG

182 BJavaScriptView Raw
1import { ScreenHit, PageHit, Event, Transaction, AddItem } from './hits';
2import Analytics from './analytics';
3
4export { ScreenHit, PageHit, Event, Transaction, AddItem, Analytics };
\No newline at end of file