UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines 126 B
export class IdGenerator { id = 0; next() { return this.id++; } } //# sourceMappingURL=id-generator.js.map