UNPKG

react-carousel-query

Version:

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

15 lines (12 loc) 331 B
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimEntries() { var polyfill = getPolyfill(); define(Object, { fromEntries: polyfill }, { fromEntries: function testEntries() { return Object.fromEntries !== polyfill; } }); return polyfill; };