UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

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