UNPKG

mixpanel-browser

Version:

The official Mixpanel JavaScript browser client library

5 lines (3 loc) 128 B
import { window } from '../window'; import { MixpanelRecorder } from './recorder'; window['__mp_recorder'] = MixpanelRecorder;