Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
luckyrobots
/
cv_old
like
0
Follow
Lucky Robots
11
Dataset card
Files
Files and versions
xet
Community
main
cv_old
/
worker
/
node_modules
/
semver
/
functions
/
lt.js
noahluckyrobots
Add files using upload-large-folder tool
dbda22c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
'use strict'
const
compare =
require
(
'./compare'
)
const
lt
= (
a, b, loose
) =>
compare
(a, b, loose) <
0
module
.
exports
= lt