UNPKG

wasmoon

Version:

A real lua VM with JS bindings made with webassembly

4 lines (3 loc) 185 B
import Global from '../global'; import TypeExtension from '../type-extension'; export default function createTypeExtension(thread: Global, injectObject: boolean): TypeExtension<Error>;