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

6 lines
67 B
JavaScript

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