UNPKG

@rushstack/heft

Version:

Build all your JavaScript projects the same way: A way that works.

12 lines 536 B
import type { ITerminal } from '@rushstack/terminal'; import { AliasCommandLineAction, type IAliasCommandLineActionOptions } from '@rushstack/ts-command-line'; export interface IAliasActionOptions extends IAliasCommandLineActionOptions { terminal: ITerminal; } export declare class AliasAction extends AliasCommandLineAction { private readonly _toolFilename; private readonly _terminal; constructor(options: IAliasActionOptions); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=AliasAction.d.ts.map