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