UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

15 lines 583 B
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'; //# sourceMappingURL=index.js.map