This website requires JavaScript.
Explore
Register
Sign In
i2p
/
bun-src
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a5b6d59437300c4153bdc31379525440c9893c61
bun-src
/
test
/
bundler
/
fixtures
/
trivial
/
index.js
T
6 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial commit
2026-08-27 21:09:14 +00:00
const
NS
=
import
(
"./fn.js"
);
NS
.
then
(({
fn
})
=>
{
console
.
log
(
fn
(
42
));
});
Reference in New Issue
Copy Permalink