UNPKG

wasmoon

Version:

A real lua VM with JS bindings made with webassembly

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