JSLibModuleCommonJSOn this pageCommonJS ↔ (legacy) Module format (originally) for Servers (Node.js)CommonJS Modules are loaded SynclyexportsImport CommonJS ModuleExport CommonJS ModuleReferencesNode Global Object ↔ Top-Level Object access within Node.js w/o req CommonJS import module.exports ↔ Object to export from CommonJS, require() to import.cjs ↔ CommonJS File Extension type ↔ to set Module type as either "CommonJS" or "Module"