electron/spec/fixtures/module/export-function-with-properties.js

4 lines
56 B
JavaScript

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