@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
10 lines (7 loc) • 320 B
text/typescript
export { StrykerCli } from './stryker-cli.js';
import { Stryker } from './stryker.js';
export { Stryker };
// Export babel's NodePath so they can be used when declaring ignorer plugins
export type { babel } from '@stryker-mutator/instrumenter';
// One default export for backward compatibility
export default Stryker;