UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

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