UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

9 lines (6 loc) 119 B
module.exports = One; function One() { }; One.prototype.method = function (callback) { callback(null, 'RESULT'); }