frontend · easy

CommonJS

The older Node module system using require() and module.exports. Still everywhere in the ecosystem; .cjs forces this format.

Tags: javascript, nodejs