UNPKG

occaecatidicta

Version:
8 lines 112 B
/** * Mock remote service */ module.exports = { doService: function(value, cb) { cb(null, value + 3); } };