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>
7 行
337 B
TypeScript
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
|