ts-playground
    Preparing search index...
    • Join words into a single string with flat case

      Parameters

      • words: string[]

      Returns string

      import { intoFlatCase } from 'string'
      intoFlatCase(['hello', 'world']) // => 'helloworld'