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