deno.com
method WebAssembly.Table.prototype.get
#Table.prototype.get(index: number): Function | null

Accessor function — gets the element stored at a given index.

Parameters #

#index: number

Return Type #

Function | null