UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
9 lines 340 B
import type { Rule } from "../types.js"; export type FullStopFunction = (input: string) => string; /** * Get forced case for rule * @param rule to parse * @return transform function applying the enforced case */ export default function getFullStopFunction(rule?: Rule): FullStopFunction; //# sourceMappingURL=full-stop-function.d.ts.map