mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 09:32:38 +00:00
update ags
This commit is contained in:
3
desktops/hyprland/ags/node_modules/semver/functions/rcompare.js
generated
vendored
Normal file
3
desktops/hyprland/ags/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