UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

7 lines (6 loc) 177 B
import { Reporter } from '../runs/model'; export declare class ReporterFactory { format: string; constructor(format: string); createReporter(): Promise<Reporter>; }