UNPKG

@commitlint/prompt

Version:

commitizen prompt using commitlint.config.js

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