2015-07-16 17:30:14 +02:00

4 lines
53 B
JavaScript

module.exports = function (cb) {
cb(null, 'bar')
}