UNPKG

sourcebuster

Version:

Get sources of your site's visitors (utm / organic / referral / typein).

14 lines (11 loc) 256 B
"use strict"; var init = require('./init'); var sbjs = { init: function(prefs) { this.get = init(prefs); if (prefs && prefs.callback && typeof prefs.callback === 'function') { prefs.callback(this.get); } } }; module.exports = sbjs;