(language, style)
| 1 | const variantForShadcn = (language, style) => |
| 2 | `${(language || 'JS').toUpperCase()}-${(style || 'CSS').toUpperCase().replace('TAILWIND', 'TW')}`; |
| 3 | |
| 4 | const UPPERCASE_PARTS = new Set(['ascii']); |
| 5 |
no outgoing calls
no test coverage detected