stryker
Version:
The extendable JavaScript mutation testing framework
9 lines • 337 B
TypeScript
import Preset from './Preset';
import PresetConfiguration from './PresetConfiguration';
export declare class AngularPreset implements Preset {
readonly name = "angular-cli";
private readonly dependencies;
private readonly config;
createConfig(): Promise<PresetConfiguration>;
}
//# sourceMappingURL=AngularPreset.d.ts.map