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
/
lte.js
ThongCoder
Upload folder using huggingface_hub
06227db
6 months ago
raw
Copy download link
history
blame
127 Bytes
'use strict'
const
compare =
require
(
'./compare'
)
const
lte
= (
a, b, loose
) =>
compare
(a, b, loose) <=
0
module
.
exports
= lte