main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
268 bytes
|
Line | |
---|
1 | const Range = require('../classes/range')
|
---|
2 |
|
---|
3 | // Mostly just for testing and legacy API reasons
|
---|
4 | const toComparators = (range, options) =>
|
---|
5 | new Range(range, options).set
|
---|
6 | .map(comp => comp.map(c => c.value).join(' ').trim().split(' '))
|
---|
7 |
|
---|
8 | module.exports = toComparators
|
---|
Note:
See
TracBrowser
for help on using the repository browser.