Files

3 lines
102 B
JavaScript

module.exports = function thisIsRequiredFromMain() {}
module.exports.foo = function alsoExported() {}