UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

11 lines (8 loc) 155 B
module.exports = function () { return new Thing(); } function Thing() { } Thing.prototype.method = function (callback) { callback(null, 'RESULT'); }