Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
neopy-yiutubedl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b8081b
neopy-yiutubedl
/
src
/
lib
/
utils.ts
NeoPy
Upload folder using huggingface_hub
9d69ba4
verified
13 days ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
;
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs));
}