Join words into a single string with Lower Camel Case
import { intoLowerCamelCase } from 'string'intoLowerCamelCase(['hello', 'world']) // => 'helloWorld' Copy
import { intoLowerCamelCase } from 'string'intoLowerCamelCase(['hello', 'world']) // => 'helloWorld'
Join words into a single string with Lower Camel Case