UNPKG

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