UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
9 lines 359 B
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