camelize.d.ts 58 Bytes
export default function camelize(string: string): string;