Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cfahlgren1/hub-stats
Nymbo
/
hub-stats
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb17fc6
hub-stats
/
lib
/
utils.ts
Caleb Fahlgren
init
1c1f44a
10 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))
}