3 lines
51 B
JavaScript

module.exports = function () {
return 'baz';
};