UNPKG

@commitlint/prompt

Version:

commitizen prompt using commitlint.config.js

8 lines 296 B
import type { RuleEntry } from "./types.js"; /** * Get forced case for rule * @param rule to parse * @return transform function applying the enforced case */ export default function getForcedCaseFn(rule?: RuleEntry): (input: string) => string; //# sourceMappingURL=get-forced-case-fn.d.ts.map