UNPKG

refun

Version:

A collection of React Hook-enabled functions that compose harmoniously with each other. Similar to `recompose`, but:

6 lines 186 B
export var mapWithProps = function mapWithProps(getFn) { return function (props) { return Object.assign({}, props, getFn(props)); }; }; //# sourceMappingURL=map-with-props.js.map