module
A reference to the current module, see the section about the
module object. In particular, module.exports is used for defining what
a module exports and makes available through require().
A reference to the current module, see the section about the
module object. In particular, module.exports is used for defining what
a module exports and makes available through require().