UNPKG

refun

Version:

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

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