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