UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

9 lines 206 B
import { Range } from '../../core'; interface Mutant { mutatorName: string; fileName: string; range: Range; replacement: string; } export default Mutant; //# sourceMappingURL=Mutant.d.ts.map