persona-community-5/.pnpm-store/v3/files/f0/71d47cfcb4735cbe8d7c57b4f4eeabade2823867b2add37ca71308eeff182c197d13576fcab730e76f421249a5f8b8659cf6ed433306ff34c6dce07a01a8f8
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
132 B
Plaintext

'use strict'
const compare = require('./compare')
const rcompare = (a, b, loose) => compare(b, a, loose)
module.exports = rcompare