6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
function foo() {}
|
|
foo.bar = 'baz'
|
|
|
|
module.exports = {
|
|
foo: foo
|
|
}
|