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