UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

8 lines (6 loc) 277 B
var expm1Implementation = require('../internals/math-expm1'); // `Math.expm1` method // https://tc39.github.io/ecma262/#sec-math.expm1 require('../internals/export')({ target: 'Math', stat: true, forced: expm1Implementation != Math.expm1 }, { expm1: expm1Implementation });