Files
huishou/node_modules/ramda/es/internal/_xchain.js
T
2026-07-27 13:37:48 +08:00

8 lines
214 B
JavaScript

import _curry2 from './_curry2';
import _flatCat from './_flatCat';
import map from '../map';
var _xchain = /*#__PURE__*/_curry2(function _xchain(f, xf) {
return map(f, _flatCat(xf));
});
export default _xchain;