Preview: to-comparators.js
Size: 282 B
/home/byroehnu/.trash/node_modules11/semver/ranges/to-comparators.js
'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
Directory Contents
Dirs: 0 × Files: 11