@elsikora/commitizen-plugin-commitlint-ai
Version:
AI-powered Commitizen adapter with Commitlint integration
9 lines • 359 B
TypeScript
import type { Rule } from "../types.js";
export type CaseFunction = (input: Array<string> | string, delimiter?: string) => string;
/**
* Get forced case for rule
* @param rule to parse
* @return transform function applying the enforced case
*/
export default function getCaseFunction(rule?: Rule): CaseFunction;
//# sourceMappingURL=case-function.d.ts.map