website/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts
2025-10-08 21:26:10 +02:00

5 lines
156 B
TypeScript

export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};