Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developit/microbundle
/ index.js
File
index.js
test/fixtures/basic/src/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ two } from
'./two'
;
2
3
export
default
async
function
(...args) {
4
return
[
await
two(...args),
await
two(...args)];
Callers
nothing calls this directly
Calls
1
two
Function · 0.90
Tested by
no test coverage detected