camelCase
@quik/core / camelCase
Function: camelCase()
camelCase(
str,firstCapital?):string
Defined in: utils/String.ts:44
Converts string into camelCase.
Parameters
str
string
The string to be Camel Cased.
firstCapital?
boolean = false
Flag to mark the first letter as a capital one.
Returns
string
See
https://github.com/typeorm/typeorm/blob/master/src/util/StringUtils