dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
车牌
aijinhui
2023-12-29
bc2d4d4f3ceee6e51b15723c5e3f2c981bd72ba0
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
sass-loader
/
node_modules
/
semver
/
functions
/
valid.js
1
2
3
4
5
6
const parse = require('./parse')
const valid = (version, options) => {
const v = parse(version, options)
return v ? v.version : null
}
module.exports = valid