WebAssembly.ModuleImports

type ModuleImports = Record<string, ImportValue>;

§Type

§
Record<string, ImportValue>
[src]