UNPKG

react-carousel-query

Version:

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

10 lines (6 loc) 203 B
'use strict'; var isInteger = require('../helpers/isInteger'); // https://262.ecma-international.org/6.0/#sec-isinteger module.exports = function IsInteger(argument) { return isInteger(argument); };