ispt4.0_laravel/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts
2025-03-12 12:02:15 +00:00

6 lines
156 B
TypeScript
Executable File

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