Join words into a single string with flat case
import { intoFlatCase } from 'string'intoFlatCase(['hello', 'world']) // => 'helloworld' Copy
import { intoFlatCase } from 'string'intoFlatCase(['hello', 'world']) // => 'helloworld'
Join words into a single string with flat case