stryker-api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
11 lines • 357 B
TypeScript
import { Factory } from '../../core';
import Reporter from './Reporter';
import { Config } from '../../config';
declare namespace ReporterFactory {
/**
* Returns the current instance of the TestRunnerFactory.
*/
function instance(): Factory<Config, Reporter>;
}
export default ReporterFactory;
//# sourceMappingURL=ReporterFactory.d.ts.map