Files

5 lines
109 B
JavaScript

module.exports = {
// not imported from anywhere
foo: function foo() {},
bar: function bar() {}
}