export-function-with-properties.js 57 B

12345
  1. function foo () {}
  2. foo.bar = 'baz'
  3. module.exports = foo