UNPKG

@tootallnate/quickjs-emscripten

Version:

Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter, compiled to WebAssembly.

6 lines (5 loc) 156 B
export declare const QTS_DEBUG: boolean; export declare let debugLog: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; };