BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
lib
/
node_modules
/
npm
/
node_modules
/
semver
/
functions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: valid.js
const parse = require('./parse') const valid = (version, options) => { const v = parse(version, options) return v ? v.version : null } module.exports = valid
Save
Cancel