persona-community-5/.pnpm-store/v3/files/53/2dbe0120eef40b0cff6943461a28cb442cc4af05f00b7baa91865a02a6695534ea34abf5e0b70aa3f9608c4fe5c7005ebe398be423598a8feb2349a64a2ae5
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
227 B
Plaintext

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