persona-community-5/.pnpm-store/v3/files/2b/5546a85e4915b8987d96a5528fd1473cc4aa2252354f97376e1504972e942d0e24c72e93392247138df5b84071d8634506031f7c8ca5c8c472e7095ea3a380
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

7 lines
231 B
Plaintext

'use strict'
// Determine if version is greater than all the versions possible in the range.
const outside = require('./outside')
const gtr = (version, range, options) => outside(version, range, '>', options)
module.exports = gtr