persona-community-5/.pnpm-store/v3/files/0c/506ce7f95070e944e96231238990a0daf8e148b497c7da13bd1714079d8ec7845c40688b16148acc91992775cf1bec0753680d90525fd46cb382eeac3dbb71
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

11 lines
282 B
Plaintext

'use strict'
const Range = require('../classes/range')
// Mostly just for testing and legacy API reasons
const toComparators = (range, options) =>
new Range(range, options).set
.map(comp => comp.map(c => c.value).join(' ').trim().split(' '))
module.exports = toComparators