UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

6 lines 493 B
import { PluginKind } from '@stryker-mutator/api/plugin'; export { BroadcastReporter } from './broadcast-reporter.js'; export type { StrictReporter } from './strict-reporter.js'; export declare const strykerPlugins: (import("@stryker-mutator/api/plugin").ClassPlugin<PluginKind.Reporter, ["logger", "options"]> | import("@stryker-mutator/api/plugin").FactoryPlugin<PluginKind.Reporter, ["$injector"]>)[]; export declare const reporterPluginsFileUrl: string; //# sourceMappingURL=index.d.ts.map