CommonJS module system
E131737
UNEXPLORED
The CommonJS module system is a JavaScript module format that uses `require` and `module.exports` to structure and share code, most notably used in Node.js.
Referenced by (1)
| Subject (surface form when different) | Predicate |
|---|---|
|
Node.js
→
|
implements |