source:
node_modules/ramda/src/internal/_xchain.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 221 bytes |
Line | |
---|---|
1 | var _flatCat = |
2 | /*#__PURE__*/ |
3 | require("./_flatCat.js"); |
4 | |
5 | var _xmap = |
6 | /*#__PURE__*/ |
7 | require("./_xmap.js"); |
8 | |
9 | function _xchain(f) { |
10 | return function (xf) { |
11 | return _xmap(f)(_flatCat(xf)); |
12 | }; |
13 | } |
14 | |
15 | module.exports = _xchain; |
Note:
See TracBrowser
for help on using the repository browser.