Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
/
minor.js
noahluckyrobots
Add files using upload-large-folder tool
dbda22c
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
'use strict'
const
SemVer
=
require
(
'../classes/semver'
)
const
minor
= (
a, loose
) =>
new
SemVer
(a, loose).
minor
module
.
exports
= minor