PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/image-utils/node_modules/semver/functions
Просмотр файла: inc.js
const SemVer = require('../classes/semver')
const inc = (version, release, options, identifier) => {
if (typeof (options) === 'string') {
identifier = options
options = undefined
}
try {
return new SemVer(version, options).inc(release, identifier).version
} catch (er) {
return null
}
}
module.exports = inc
Выполнить команду
Для локальной разработки. Не используйте в интернете!