Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaleval
/
general-eval-card
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
733e57b
general-eval-card
/
lib
/
utils.ts
Avijit Ghosh
added all the new files
509e21e
4 months ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}