UNPKG

476 BTypeScriptView Raw
1import { ReportProgress } from "../../../api/goal/progress/ReportProgress";
2/**
3 * Simple test to map between a RegExp and a phase.
4 */
5export interface ProgressTest {
6 test: RegExp;
7 phase: string;
8}
9/**
10 * ReportProgress implementation that uses RexExp tests to extract progess
11 * @param {ProgressTest} tests
12 * @returns {ReportProgress}
13 */
14export declare function testProgressReporter(...tests: ProgressTest[]): ReportProgress;
15//# sourceMappingURL=progress.d.ts.map
\No newline at end of file