Icard/angular-clarity-master(work.../node_modules/jasmine-spec-reporter/built/theme.d.ts

12 lines
438 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { Configuration } from "./configuration";
export declare class Theme {
constructor(configuration: Configuration);
successful(str: string): string;
failed(str: string): string;
pending(str: string): string;
prettyStacktraceFilename(str: string): string;
prettyStacktraceLineNumber(str: string): string;
prettyStacktraceColumnNumber(str: string): string;
prettyStacktraceError(str: string): string;
}