We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b9e4f commit ad14bdbCopy full SHA for ad14bdb
packages/quickjs-emscripten-core/src/index.ts
@@ -46,4 +46,4 @@ export type {
46
export { DefaultIntrinsics } from "./types"
47
export type { ModuleEvalOptions } from "./module"
48
export { QuickJSPropertyKey } from "./context"
49
-export { debugLog } from "./debug"
+export { debugLog, setDebugMode } from "./debug"
0 commit comments