UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

12 lines 309 B
/** * The plugin kinds supported by Stryker */ export declare enum PluginKind { ConfigEditor = "ConfigEditor", TestRunner = "TestRunner", TestFramework = "TestFramework", Transpiler = "Transpiler", Mutator = "Mutator", Reporter = "Reporter" } //# sourceMappingURL=PluginKind.d.ts.map