UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

5 lines 177 B
import { ScoreResult } from 'stryker-api/report'; export default class UrlHelper { static relativeUrl(result: ScoreResult): string; } //# sourceMappingURL=UrlHelper.d.ts.map