[cljsjs/mixpanel "2.22.4-1"] ;; latest release
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require cljsjs.mixpanel))
Documentation for the mixpanel lib can be found on its GitHub page
The javascript-externs-generator does not pick up the "people" property, it is added to the extern file manually in order to preserve the names of its properties.