Nodejs modules can be exposed using Select one: a. module b. module.expose c. All of the options d. module.exports code example
Example: how to export module in node js
module.exports ={
//functions
}
module.exports ={
//functions
}