electron/spec/fixtures/module/export-function-with-proper...

5 lines
57 B
JavaScript

function foo () {}
foo.bar = 'baz'
module.exports = foo