UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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 });