UNPKG

broom

Version:

Application level flow-control library

12 lines (11 loc) 265 B
var SendStats = function () { this.deps = { 'main': '/', }; this.onStart = this.entryPoint.bind(this); }; SendStats.prototype.entryPoint = function (callback, data) { //hardcore stat sending action callback(null, true); }; module.exports = SendStats;