UNPKG

483 BTypeScriptView Raw
1import { ILaunchOptions } from '@microsoft/rush-lib';
2import { MinimalRushConfiguration } from './MinimalRushConfiguration';
3export declare class RushVersionSelector {
4 private _rushGlobalFolder;
5 private _currentPackageVersion;
6 constructor(currentPackageVersion: string);
7 ensureRushVersionInstalled(version: string, configuration: MinimalRushConfiguration | undefined, executeOptions: ILaunchOptions): Promise<void>;
8}
9//# sourceMappingURL=RushVersionSelector.d.ts.map
\No newline at end of file