doc: clarify exports and module.exports
When exporting a single function you must use `module.exports` instead of the `exports` convenience reference.
parent
6bcf51e0
Please register or sign in to comment
When exporting a single function you must use `module.exports` instead of the `exports` convenience reference.