UNPKG

@sebastianwessel/quickjs

Version:

A typescript package to execute JavaScript and TypeScript code in a WebAssembly QuickJS sandbox

3 lines (2 loc) 156 B
import type { QuickJSContext, QuickJSHandle } from 'quickjs-emscripten-core'; export type Serializer = (ctx: QuickJSContext, handle: QuickJSHandle) => any;