UNPKG

eazy-pomelo

Version:
8 lines (6 loc) 127 B
var Event = function(app) { this.app = app; }; module.exports = Event; Event.prototype.bind_session = function(session) { };