2021-11-22 09:39:27 -06:00

3 lines
168 B
TypeScript

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