UNPKG

@commitlint/cz-commitlint

Version:

Commitizen adapter using the commitlint.config.js

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