Closed karnthis closed 5 years ago
This is intended to prompt discussion
the modules.exports: {} doesnt need to be at the top of the file? i always thought it had to be thr first non-comment line of code
modules.exports: {}
Correct, the module.exports can go basically anywhere
module.exports
This is intended to prompt discussion