@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
7 lines • 356 B
TypeScript
import { Injector, PluginContext } from '@stryker-mutator/api/plugin';
import { DashboardReporter } from './dashboard-reporter.js';
export declare function dashboardReporterFactory(injector: Injector<PluginContext>): DashboardReporter;
export declare namespace dashboardReporterFactory {
var inject: ["$injector"];
}
//# sourceMappingURL=index.d.ts.map