Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developit/microbundle
/ custom-source.js
File
custom-source.js
test/fixtures/custom-source/src/custom-source.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