UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
6 lines 362 B
import type { CommitConfig, LLMPromptContext } from "./types.js"; export { getLLMConfig, setLLMConfig } from "./config.js"; export type * from "./types.js"; export declare function generateCommitMessage(context: LLMPromptContext): Promise<CommitConfig>; export declare function selectLLMProvider(inquirer: any): Promise<void>; //# sourceMappingURL=index.d.ts.map