UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines 302 B
import { Reporter } from '@stryker-mutator/api/report'; import { MutantResult } from '@stryker-mutator/api/core'; export declare class DotsReporter implements Reporter { onMutantTested(result: MutantResult): void; onMutationTestReportReady(): void; } //# sourceMappingURL=dots-reporter.d.ts.map