method WebAssembly.Table.prototype.get
Jump to headingTable.prototype.get(index: number): Function | null
Accessor function — gets the element stored at a given index.
Parameters Jump to heading
Jump to headingindex: number
Return Type Jump to heading
Function | null