UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

8 lines (7 loc) 146 B
module.exports.create = function(opt1, opt2) { return { method: function(callback) { callback('null', opt1 + ' ' + opt2); } } }