Join words into a single string with dot separator
import { intoDotSeparated } from 'string'intoDotSeparated(['hello', 'world']) // => 'hello.world' Copy
import { intoDotSeparated } from 'string'intoDotSeparated(['hello', 'world']) // => 'hello.world'
Join words into a single string with dot separator