UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

3 lines 180 B
import { NumberedMutant } from './sourceFile'; export declare function mutantTable(mutants: NumberedMutant[], sourceCode: string): string; //# sourceMappingURL=mutantTable.d.ts.map