UNPKG

293 BTypeScriptView Raw
1import type { RuleEntry } from './types';
2/**
3 * Get forced case for rule
4 * @param rule to parse
5 * @return transform function applying the enforced case
6 */
7export default function getForcedCaseFn(rule?: RuleEntry): (input: string) => string;
8//# sourceMappingURL=get-forced-case-fn.d.ts.map
\No newline at end of file