UNPKG

wasmoon

Version:

A real lua VM with JS bindings made with webassembly

5 lines (4 loc) 210 B
import Global from '../global'; import TypeExtension from '../type-extension'; export type TableType = Record<any, any> | any[]; export default function createTypeExtension(thread: Global): TypeExtension<any>;