Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
thread-self
/
root
/
usr
/
share
/
nodejs
/
semver
/
functions
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/thread-self/root/usr/share/nodejs/semver/functions/valid.js
const parse = require('./parse') const valid = (version, options) => { const v = parse(version, options) return v ? v.version : null } module.exports = valid