to-case.d.ts 168 B

123
  1. import { TargetCaseType } from '@commitlint/types';
  2. export default function toCase(input: string, target: TargetCaseType): string;
  3. //# sourceMappingURL=to-case.d.ts.map