UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

4 lines 268 B
import { ScoreResult } from 'stryker-api/report'; import { MutationScoreThresholds } from 'stryker-api/core'; export declare function resultTable(model: ScoreResult, title: string, thresholds: MutationScoreThresholds): string; //# sourceMappingURL=resultTable.d.ts.map