tap-parser
Version:
parse the test anything protocol
14 lines • 385 B
TypeScript
import type { Parser } from './index.js';
/**
* The summary of the plan, for inclusion in the results
* provided in the `complete` event.
*/
export declare class FinalPlan {
start: number | null;
end: number | null;
skipAll: boolean;
skipReason: string;
comment: string;
constructor(skipAll: boolean, self: Parser);
}
//# sourceMappingURL=final-plan.d.ts.map