UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

8 lines (7 loc) 118 B
module.exports = function() { return { method: function(callback) { callback(null, 'RESULT'); } } }