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
/
patch.js
noahluckyrobots
Add files using upload-large-folder tool
dbda22c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
'use strict'
const
SemVer
=
require
(
'../classes/semver'
)
const
patch
= (
a, loose
) =>
new
SemVer
(a, loose).
patch
module
.
exports
= patch