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