react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
11 lines (9 loc) • 325 B
JavaScript
;
var $ = require('../internals/export');
var map = require('../internals/iterator-map');
var IS_PURE = require('../internals/is-pure');
// `Iterator.prototype.map` method
// https://tc39.es/ecma262/#sec-iterator.prototype.map
$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
map: map
});