UNPKG

refun

Version:

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

8 lines (6 loc) 171 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.mapProps = void 0; const mapProps = getFn => props => getFn(props); exports.mapProps = mapProps;