You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
358 B

export declare const PASS = "\u2713";
export declare const FAIL = "\u2717";
export declare const PENDING = "\u29D6";
export declare const COMPLETION = "\u203A";
export declare const MEASURE = "\u25F7";
export declare const ERROR: string;
export declare const WARNING: string;
export declare const INDENT = " ";
export declare const BREADCRUMB = "\u00BB";