UNPKG
captscii
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A simple and powerful Captcha solution for your website
github.com/ArubikU/captscii
ArubikU/captscii
captscii
/
lib
/
utils.ts
7 lines
(5 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ clsx, type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs)) }