UNPKG

@rushstack/package-extractor

Version:

A library for bundling selected files and dependencies into a deployable package.

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