@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
17 lines (16 loc) • 644 B
text/typescript
export type { Position } from './position.js';
export type { Location } from './location.js';
export * from './mutant.js';
export * from '../../src-generated/stryker-core.js';
export * from './report-types.js';
export * from './stryker-options-schema.js';
export * from './partial-stryker-options.js';
export * from './instrument.js';
export * from './mutant-coverage.js';
export * from './mutant-test-plan.js';
export * from './file-description.js';
export * from './mutation-range.js';
/**
* Re-export all members from "mutation-testing-report-schema" under the `schema` key
*/
export * as schema from 'mutation-testing-report-schema/api';