UNPKG

369 BTypeScriptView Raw
1import { CommandLineAction } from '@rushstack/ts-command-line';
2import { ApiExtractorCommandLine } from './ApiExtractorCommandLine';
3export declare class InitAction extends CommandLineAction {
4 constructor(parser: ApiExtractorCommandLine);
5 protected onDefineParameters(): void;
6 protected onExecute(): Promise<void>;
7}
8//# sourceMappingURL=InitAction.d.ts.map
\No newline at end of file