//Main Code const lib = require("./otherfile"); //otherfile.js module.exports = { veryimportantvar }; //Main Code console.log(lib) //Returns the contents of veryimportantvar