UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines 177 B
/** * Represents a location in a file by range [fromInclusive, toExclusive] */ declare type Range = [number, number]; export default Range; //# sourceMappingURL=Range.d.ts.map