🏠FunctionskebabToCamel()On this pagekebabToCamel()Returns a string with kebab-case words converted to camelCase.Usageimport { kebabToCamel } from 'string-factory';kebabToCamel(string);CopyProp typesproptyperequireddefaultproptypeyesnullExampleskebabToCamel("kebab-to-camel-case") // kebabToCamelCaseCopy