UNPKG

@gechiui/compose

Version:
24 lines (20 loc) 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _lodash = require("lodash"); /** * External dependencies */ /** * Composes multiple higher-order components into a single higher-order component. Performs right-to-left function * composition, where each successive invocation is supplied the return value of the previous. * * This is just a re-export of `lodash`'s `flowRight` function. * * @see https://docs-lodash.com/v4/flow-right/ */ var _default = _lodash.flowRight; exports.default = _default; //# sourceMappingURL=compose.js.map