deno / latest / ~ / webassembly.exports.html

WebAssembly.Exports

type Exports = Record<string, ExportValue>;

Type

Record<string, ExportValue>