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
/
major.js
ThongCoder
Upload folder using huggingface_hub
06227db
6 months ago
raw
Copy download link
history
blame
136 Bytes
'use strict'
const
SemVer
=
require
(
'../classes/semver'
)
const
major
= (
a, loose
) =>
new
SemVer
(a, loose).
major
module
.
exports
= major