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