Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/microbundle
/ two
Function
two
test/fixtures/basic/src/two.js:1–3 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
1
export
async
function
two(...args) {
2
return
args.reduce((total, value) => total + value, 0);
3
}
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected