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

      Parameters

      • words: string[]

      Returns string

      import { intoTrainCase } from 'string'
      intoTrainCase(['hello', 'world']) // => 'Hello-World'