HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/indoadvisory_new/webapp/node_modules/youch/build/src/templates/error_stack/main.d.ts
import { BaseComponent } from '../../component.js';
import type { ErrorStackProps } from '../../types.js';
/**
 * Displays the formatted and raw error stack along with the
 * source code for individual stack frames
 */
export declare class ErrorStack extends BaseComponent<ErrorStackProps> {
    #private;
    cssFile: URL;
    scriptFile: URL;
    /**
     * The toHTML method is used to output the HTML for the
     * web view
     */
    toHTML(props: ErrorStackProps): Promise<string>;
    /**
     * The toANSI method is used to output the text for the console
     */
    toANSI(props: ErrorStackProps): Promise<string>;
}