Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
electron
Watch
0
Star
0
Fork
1
Files
Issues
2
Pull Requests
0
Wiki
Tree:
4f86c4208b
Branches
Tags
master
electron
/
spec
/
fixtures
/
module
/
export-function-with-properties.js
export-function-with-properties.js
57 B
History
Raw
1
2
3
4
5
function foo () {}
foo.bar = 'baz'
module.exports = foo