Call a “local” function within module.exports from another function in module.exports?

Change this.foo() to module.exports.foo()

Leave a Comment