In Node.js development, it is recommended to use module.exports and export default be used for front-end development.
Does the same apply to import as it does to require()? i.e. does Node.js support the import method, or should the require() method be used instead?