UNPKG

refun

Version:

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

13 lines (11 loc) 263 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.mapProps = void 0; var mapProps = function mapProps(getFn) { return function (props) { return getFn(props); }; }; exports.mapProps = mapProps; //# sourceMappingURL=map-props.js.map