persona-community-5/.pnpm-store/v3/files/95/8cb6d30452b158fd35cb0ac7eb0d8c1ab82173ea1733143588445401cad1d5a486631e07abb2925e5bcac4fc49b6100ae3683931592c2fb1173cfc5c951085
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 compareLoose = (a, b) => compare(a, b, true)
module.exports = compareLoose