persona-community-5/.pnpm-store/v3/files/13/228875c6e5b753a03538387f55451b6d298fd6f6bb3ab039a8d0c2eff1acdaf73923126d92d90f8f1ce85c9c4352f435be5db87c71d0f2e85a7b28548cba41
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
127 B
Plaintext

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