stryker-api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
10 lines • 609 B
TypeScript
export { default as StrykerOptions } from './src/core/StrykerOptions';
export { default as Factory } from './src/core/Factory';
export { default as File } from './src/core/File';
export { default as Position } from './src/core/Position';
export { default as Location } from './src/core/Location';
export { default as Range } from './src/core/Range';
export { default as MutatorDescriptor } from './src/core/MutatorDescriptor';
export { default as MutationScoreThresholds } from './src/core/MutationScoreThresholds';
export { default as LogLevel } from './src/core/LogLevel';
//# sourceMappingURL=core.d.ts.map