Build
Docs
Reference
Guides
Blog
Discord
/
Bun
/
WebAssembly
/
Imports
T
Imports
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
Search
K
/
Bun
/
WebAssembly
/
Imports
T
Imports
type
WebAssembly.Imports
type
Imports
=
Record
<
string
,
ModuleImports
>
Referenced types
type
ModuleImports
=
Record
<
string
,
ImportValue
>