UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

5 lines 114 B
export default function _promap(f, g, profunctor) { return function (x) { return g(profunctor(f(x))); }; }