UNPKG

react-carousel-query

Version:

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

9 lines (7 loc) 243 B
'use strict'; var $ = require('../internals/export'); // `Number.EPSILON` constant // https://tc39.es/ecma262/#sec-number.epsilon $({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, { EPSILON: Math.pow(2, -52) });