Your IP : 216.73.217.13


Current Path : /usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/
Upload File :
Current File : //usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/valid.js

const parse = require('./parse')
const valid = (version, options) => {
  const v = parse(version, options)
  return v ? v.version : null
}
module.exports = valid