hojas/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts

6 lines
156 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};