camelize.d.ts 58 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
export default function camelize(string: string): string;