UNPKG

@rushstack/lockfile-explorer

Version:

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

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