UNPKG

refun

Version:

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

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