This commit is contained in:
3
vscode-server-linux-x64-web/node_modules/semver/functions/rcompare.js
generated
vendored
Normal file
3
vscode-server-linux-x64-web/node_modules/semver/functions/rcompare.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
const compare = require('./compare')
|
||||
const rcompare = (a, b, loose) => compare(b, a, loose)
|
||||
module.exports = rcompare
|
Reference in New Issue
Block a user