UNPKG
anti-fraud-system-nevaeh
Version:
latest (1.0.1)
1.0.1
1.0.0
Anti-fraud system SDK for high-value money transfers
anti-fraud-system-nevaeh
/
dist
/
types
/
src
/
lib
/
utils.d.ts
3 lines
(2 loc)
•
101 B
TypeScript
View Raw
1
2
3
import
{
type
ClassValue
}
from
"clsx"
;
export
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;