UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

10 lines 230 B
/** * The plugin kinds supported by Stryker */ export declare enum PluginKind { Checker = "Checker", TestRunner = "TestRunner", Reporter = "Reporter", Ignore = "Ignore" } //# sourceMappingURL=plugin-kind.d.ts.map