mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-12-08 13:58:58 +00:00
支持 mac
This commit is contained in:
3
npm-packages/mac-v2.4.x/semver/functions/rcompare.js
Normal file
3
npm-packages/mac-v2.4.x/semver/functions/rcompare.js
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