MCPcopy
hub / github.com/lgwebdream/FE-Interview / main

Function main

demos/yd-webpack-demo/src/back.js:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7let output;
8async function main() {
9 const dynamic = await import('../demo02/data');
10 output = dynamic + '🏮';
11}
12main();
13export { output };
14

Callers 1

back.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected