mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-13 03:46:45 +00:00
Initial pass
This commit is contained in:
3
node_modules/semver/functions/rsort.js
generated
vendored
Normal file
3
node_modules/semver/functions/rsort.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const compareBuild = require('./compare-build')
|
||||
const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose))
|
||||
module.exports = rsort
|
||||
Reference in New Issue
Block a user