All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.functions.clean.js Maven / Gradle / Ivy

There is a newer version: 7.6.3
Show newest version
const parse = require('./parse')
const clean = (version, options) => {
  const s = parse(version.trim().replace(/^[=v]+/, ''), options)
  return s ? s.version : null
}
module.exports = clean




© 2015 - 2024 Weber Informatics LLC | Privacy Policy