4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
function foo () {}
|
|
foo.bar = 'baz'
|
|
|
|
module.exports = foo
|