UNPKG

@rushstack/package-extractor

Version:

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

10 lines 571 B
import type { ITerminal } from '@rushstack/terminal'; import { CommandLineAction } from '@rushstack/ts-command-line'; import type { IExtractorMetadataJson } from '../../../../PackageExtractor'; export declare function removeLinksAsync(terminal: ITerminal, targetRootFolder: string, extractorMetadataObject: IExtractorMetadataJson): Promise<void>; export declare class RemoveLinksAction extends CommandLineAction { private _terminal; constructor(terminal: ITerminal); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=RemoveLinksAction.d.ts.map