frontend · easy

ES Modules (ESM)

JavaScript’s official module system using import and export. In Node, .mjs files are ESM; "type": "module" in package.json makes .js ESM too.

Tags: javascript, nodejs