UNPKG

react-carousel-query

Version:

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

10 lines (6 loc) 232 B
'use strict'; var implementation = require('./implementation'); var $Iterator = require('../Iterator'); module.exports = function getPolyfill() { return typeof $Iterator.from === 'function' ? $Iterator.from : implementation; };