XuqmGroup-H5SDK/node_modules/@microsoft/api-extractor/lib-dts/cli/InitAction.d.ts

7 行
337 B
TypeScript

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