UNPKG

566 BTypeScriptView Raw
1import { Command } from 'commander';
2import { MutantResult, PartialStrykerOptions } from '@stryker-mutator/api/core';
3export declare class StrykerCli {
4 private readonly argv;
5 private readonly program;
6 private readonly runMutationTest;
7 private command;
8 private strykerConfig;
9 constructor(argv: string[], program?: Command, runMutationTest?: (options: PartialStrykerOptions) => Promise<MutantResult[]>);
10 run(): void;
11}
12export declare function guardMinimalNodeVersion(processVersion?: string): void;
13//# sourceMappingURL=stryker-cli.d.ts.map
\No newline at end of file