UNPKG

101 BJavaScriptView Raw
1const Mixpanel = require('mixpanel');
2
3module.exports = token => {
4 return Mixpanel.init(token);
5};