UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines 164 B
interface MutatorDescriptor { name: string; excludedMutations: string[]; } export default MutatorDescriptor; //# sourceMappingURL=MutatorDescriptor.d.ts.map