UNPKG

react-carousel-query

Version:

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

9 lines (8 loc) 122 B
'use strict'; module.exports = function (exec) { try { return !!exec(); } catch (error) { return true; } };