Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

property Module.exports

The module.exports object is created by the Module system. Sometimes this is not acceptable; many want their module to be an instance of some class. To do this, assign the desired export object to module.exports.

Type #

any