UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

10 lines (7 loc) 153 B
module.exports = function() { return new Thing(); } function Thing() {} Thing.prototype.method = function (callback) { callback(null, 'RESULT'); }