electron/spec-main/fixtures/remote/export-function-with-properties.js

5 lines
59 B
JavaScript
Raw Normal View History

2016-08-16 17:54:16 +00:00
function foo () {}
2020-03-20 20:28:31 +00:00
foo.bar = 'baz';
2020-03-20 20:28:31 +00:00
module.exports = foo;