UNPKG

@rushstack/package-extractor

Version:

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

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