astro-ghostcms/.pnpm-store/v3/files/56/999bf144a820bb8f89b4f483af7...

7 lines
162 B
Plaintext

const parse = require('./parse')
const valid = (version, options) => {
const v = parse(version, options)
return v ? v.version : null
}
module.exports = valid