Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/feiyu563/PrometheusAlert
/ createCommonjsModule
Function
createCommonjsModule
static/plugins/chart.js/Chart.bundle.js:19–21 ·
view source on GitHub ↗
(fn, module)
Source
from the content-addressed store, hash-verified
17
}
18
19
function
createCommonjsModule(fn, module) {
20
return
module = { exports: {} }, fn(module, module.exports), module.exports;
21
}
22
23
function
getCjsExportFromNamespace (n) {
24
return
n && n[
'default'
] || n;
Callers
1
Chart.bundle.js
File · 0.70
Calls
1
fn
Function · 0.70
Tested by
no test coverage detected