Converts the string to camel case.
Returns the camel cased string.
camelCase('Equipment class name')// 'equipmentClassName'
The string to convert
Generated using TypeDoc
Converts the string to camel case.
Returns
Returns the camel cased string.
Example