baz.js 51 B

123
  1. module.exports = function () {
  2. return 'baz';
  3. };