Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ThongCoder
/
vscode-public-data
like
0
Dataset card
Files
Files and versions
xet
Community
06227db
vscode-public-data
/
workspace
/
mega-test
/
node_modules
/
semver
/
functions
/
lt.js
ThongCoder
Upload folder using huggingface_hub
06227db
6 months ago
raw
Copy download link
history
blame
124 Bytes
'use strict'
const
compare =
require
(
'./compare'
)
const
lt
= (
a, b, loose
) =>
compare
(a, b, loose) <
0
module
.
exports
= lt