UNPKG

closeheat

Version:

Static Website Hosting with CMS without touching your code.

17 lines (11 loc) 263 B
var TestPusher; module.exports = TestPusher = (function() { function TestPusher() {} TestPusher.prototype.subscribe = function() { return this; }; TestPusher.prototype.bind = function(event, fn) { return fn(); }; return TestPusher; })();