UNPKG

react-carousel-query

Version:

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

4 lines 253 B
export default function _isFunction(x) { var type = Object.prototype.toString.call(x); return type === '[object Function]' || type === '[object AsyncFunction]' || type === '[object GeneratorFunction]' || type === '[object AsyncGeneratorFunction]'; }