bar2.js 52 B

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