core3-utils

@wixc3/common on Github

Home > @wixc3/common > toCamelCase

toCamelCase() function

Converts a string to camelCase

Signature:

export declare function toCamelCase(str: string): string;

Parameters

Parameter Type Description
str string

Returns:

string