UNPKG

@hayspec/reporter

Version:

Reporter for Hayspec framework.

13 lines (12 loc) 343 B
export declare class Printer { protected muted: boolean; constructor({ mute }?: { mute?: boolean; }); mute(): void; unmute(): void; write(...input: any[]): void; end(...input: any[]): void; colorize(color: string, text: string | number): any; indent(times: number, text: string | number): string; }