source:
node_modules/ramda/es/internal/_xchain.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 173 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import _flatCat from "./_flatCat.js"; |
2 | import _xmap from "./_xmap.js"; | |
3 | export default function _xchain(f) { | |
4 | return function (xf) { | |
5 | return _xmap(f)(_flatCat(xf)); | |
6 | }; | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.