react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
9 lines (7 loc) • 323 B
JavaScript
;
var fails = require('../internals/fails');
// Detect IE8's incomplete defineProperty implementation
module.exports = !fails(function () {
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
});