UNPKG

@rushstack/lockfile-explorer

Version:

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

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