MCPcopy Create free account
hub / github.com/ceifa/wasmoon /

Class

src/type-extensions/table.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type TableType = Record<any, any> | any[]
8
9class TableTypeExtension extends TypeExtension<TableType> {
10 public constructor(thread: Global) {
11 super(thread, 'js_table')
12 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected