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