@commitlint/cz-commitlint
Version:
Commitizen adapter using the commitlint.config.js
9 lines • 325 B
TypeScript
import { Rule } from "../types.js";
export type CaseFn = (input: string | string[], delimiter?: string) => string;
/**
* Get forced case for rule
* @param rule to parse
* @return transform function applying the enforced case
*/
export default function getCaseFn(rule?: Rule): CaseFn;
//# sourceMappingURL=case-fn.d.ts.map