Current section

Files

Jump to
excessibility assets node_modules @tootallnate quickjs-emscripten dist debug.d.ts
Raw

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

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