deno / 1.23.2 / ~ / webassembly.importexportkind.html /

WebAssembly.ImportExportKind

type ImportExportKind =
| "function"
| "global"
| "memory"
| "table";

Type

"function" | "global" | "memory" | "table"