ECMAScript Modules (ESM)
To import or export code between files, JavaScript uses two module systems. Node.js has been using the older CommonJS (CJS) module system, while the newer ECMAScript (ESM) modules have been added to the JavaScript specification and are supported by b...
waywardquark.hashnode.dev2 min read