3 lines
168 B
TypeScript
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
|