UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

8 lines (5 loc) 128 B
module.exports.Thing = Thing; function Thing() {} Thing.prototype.method = function(callback) { callback(null, 'RESULT'); }