HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/cli-ux/lib/config.d.ts
import { ActionBase } from './action/base';
export declare type Levels = 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace';
export interface ConfigMessage {
    type: 'config';
    prop: string;
    value: any;
}
export declare class Config {
    outputLevel: Levels;
    action: ActionBase;
    prideAction: ActionBase;
    errorsHandled: boolean;
    showStackTrace: boolean;
    get debug(): boolean;
    set debug(v: boolean);
    get context(): any;
    set context(v: any);
}
export declare const config: Config;
export default config;