XuqmGroup-H5SDK/node_modules/@microsoft/api-extractor/lib-dts/index.d.ts
徐勤民 e34fa2052a feat(private): add private deployment SDK module
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>
2026-05-18 21:08:08 +08:00

17 行
1.3 KiB
TypeScript

/**
* API Extractor helps with validation, documentation, and reviewing of the exported API for a TypeScript library.
* The `@microsoft/api-extractor` package provides the command-line tool. It also exposes a developer API that you
* can use to invoke API Extractor programmatically.
*
* @packageDocumentation
*/
export { ConsoleMessageId } from './api/ConsoleMessageId';
export { CompilerState, type ICompilerStateCreateOptions } from './api/CompilerState';
export { Extractor, type IExtractorInvokeOptions, ExtractorResult } from './api/Extractor';
export { type IExtractorConfigApiReport, type IExtractorConfigPrepareOptions, type IExtractorConfigLoadForFolderOptions, ExtractorConfig } from './api/ExtractorConfig';
export type { IApiModelGenerationOptions } from './generators/ApiModelGenerator';
export { ExtractorLogLevel } from './api/ExtractorLogLevel';
export { ExtractorMessage, type IExtractorMessageProperties, ExtractorMessageCategory } from './api/ExtractorMessage';
export { ExtractorMessageId } from './api/ExtractorMessageId';
export type { ApiReportVariant, IConfigCompiler, IConfigApiReport, IConfigDocModel, IConfigDtsRollup, IConfigTsdocMetadata, IConfigMessageReportingRule, IConfigMessageReportingTable, IExtractorMessagesConfig, IConfigFile, ReleaseTagForTrim } from './api/IConfigFile';
//# sourceMappingURL=index.d.ts.map