UNPKG

@testomatio/reporter

Version:
12 lines (11 loc) 214 B
export default Output; declare class Output { constructor(opts?: {}); filterFn: any; reset(): void; log: any[]; start(): void; push(line: any): void; text(): string; stop(): void; }