UNPKG

@rushstack/lockfile-explorer

Version:

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

10 lines 413 B
import { type ITerminal } from '@rushstack/terminal'; import { CommandLineParser } from '@rushstack/ts-command-line'; export declare class LintCommandLineParser extends CommandLineParser { readonly globalTerminal: ITerminal; private readonly _terminalProvider; constructor(); protected onExecute(): Promise<void>; private _populateActions; } //# sourceMappingURL=LintCommandLineParser.d.ts.map