basant307/AI_Governance_Project
048
1'use strict'2 3const parse = require('./parse')4const valid = (version, options) => {5 const v = parse(version, options)6 return v ? v.version : null7}8module.exports = valid9 1'use strict'2 3const parse = require('./parse')4const valid = (version, options) => {5 const v = parse(version, options)6 return v ? v.version : null7}8module.exports = valid9