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