Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amogh-kal1
/
forge-arena
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
forge-arena
File size: 86 Bytes
db75f77
1
2
3
4
export
default
function
(
a, b
) {
return
b < a ? -
1
: b > a ?
1
: b >= a ?
0
:
NaN
; }