deno / 1.23.2 / ~ / webassembly.exports.html /

WebAssembly.Exports

type Exports = Record<string, ExportValue>;

Type

Record<string, ExportValue>