persona-community-5/.pnpm-store/v3/files/40/d22773bed182b4956ec307cfd4a6bfc06773d93d2b1d43e85129fadf30ad30b7eff715221f3a7076551d149f0f6b6f823bdd9c2a39acdc15b29c976ec17844
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
124 B
Plaintext

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