TImports
Bun

type

WebAssembly.Imports

type Imports = Record<string, ModuleImports>

Referenced types

type ModuleImports = Record<string, ImportValue>