mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-14 04:16:42 +00:00
chore: migrate code to ESM (#73)
This commit is contained in:
6
node_modules/semver/functions/valid.js
generated
vendored
6
node_modules/semver/functions/valid.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
const parse = require('./parse')
|
||||
const valid = (version, options) => {
|
||||
const v = parse(version, options)
|
||||
return v ? v.version : null
|
||||
}
|
||||
module.exports = valid
|
||||
Reference in New Issue
Block a user