UNPKG

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