main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
311 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | exports.__esModule = true;
|
---|
| 4 | exports["default"] = void 0;
|
---|
| 5 | var _ramda = require("ramda");
|
---|
| 6 | var compareLength = (0, _ramda.curry)(function (comparator, value, list) {
|
---|
| 7 | return (0, _ramda.compose)(comparator(value), _ramda.length)(list);
|
---|
| 8 | });
|
---|
| 9 | var _default = compareLength;
|
---|
| 10 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.