UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

10 lines 342 B
import { Factory } from '../../core'; import ConfigEditor from './ConfigEditor'; declare namespace ConfigEditorFactory { /** * Returns the current instance of the ConfigEditorFactory. */ function instance(): Factory<void, ConfigEditor>; } export default ConfigEditorFactory; //# sourceMappingURL=ConfigEditorFactory.d.ts.map