UNPKG

@rushstack/lockfile-explorer

Version:

Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo

8 lines 337 B
import { CommandLineAction } from '@rushstack/ts-command-line'; import { type ITerminal } from '@rushstack/terminal'; export declare class InitAction extends CommandLineAction { private readonly _terminal; constructor(terminal: ITerminal); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=InitAction.d.ts.map