Initial commit
This commit is contained in:
8
node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineAction.d.ts
generated
vendored
Normal file
8
node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineAction.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { CommandLineAction } from './CommandLineAction';
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export declare class DynamicCommandLineAction extends CommandLineAction {
|
||||
protected onExecuteAsync(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=DynamicCommandLineAction.d.ts.map
|
||||
Reference in New Issue
Block a user