Adds @xuqm/h5-sdk/private entry point with JSON-based initialization, feature gating, and error codes for private deployment scenarios. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 行
326 B
TypeScript
8 行
326 B
TypeScript
import { CommandLineParser } from '@rushstack/ts-command-line';
|
|
export declare class ApiExtractorCommandLine extends CommandLineParser {
|
|
private readonly _debugParameter;
|
|
constructor();
|
|
protected onExecuteAsync(): Promise<void>;
|
|
private _populateActions;
|
|
}
|
|
//# sourceMappingURL=ApiExtractorCommandLine.d.ts.map
|