????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/clean.js |
const parse = require('./parse') const clean = (version, options) => { const s = parse(version.trim().replace(/^[=v]+/, ''), options) return s ? s.version : null } module.exports = clean