Sindbad~EG File Manager

Current Path : /lib/node_modules/npm/node_modules/semver/functions/
Upload File :
Current File : //lib/node_modules/npm/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

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists