utils/node_modules/@microsoft/api-extractor/lib/cli/InitAction.d.ts

7 lines
332 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
import { CommandLineAction } from '@rushstack/ts-command-line';
import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine';
export declare class InitAction extends CommandLineAction {
constructor(parser: ApiExtractorCommandLine);
protected onExecute(): Promise<void>;
}
//# sourceMappingURL=InitAction.d.ts.map