Files
crawler/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts
T
2026-06-26 14:30:45 +02:00

6 lines
156 B
TypeScript

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