UNPKG

refun

Version:

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

6 lines 147 B
export var mapProps = function mapProps(getFn) { return function (props) { return getFn(props); }; }; //# sourceMappingURL=map-props.js.map