UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
5 lines 264 B
import type { LLMConfig } from "./types.js"; export declare const setLLMConfig: (config: LLMConfig | null) => void; export declare const getLLMConfig: () => LLMConfig | null; export declare const resetModeErrorFlag: () => void; //# sourceMappingURL=config.d.ts.map