UNPKG

@mollie/api-client

Version:
5 lines (4 loc) 133 B
/** * Converts `'rockenberg commerce'` to `'rockenbergCommerce'`. */ export default function dromedaryCase(input: string): string;