UNPKG

@syntest/core

Version:

The common core of the SynTest Framework

10 lines 446 B
import { Encoding, TerminationManager } from ".."; import { PluginManager } from "../../lib/plugin/PluginManager"; /** * Factory for creating an instance of a termination manager from the config. * * @author Dimitri Stallenberg * @author Mitchell Olsthoorn */ export declare function createTerminationManagerFromConfig<T extends Encoding>(pluginManager: PluginManager<T>): TerminationManager; //# sourceMappingURL=TerminationFactory.d.ts.map