UNPKG

react-kiwi-dropdown

Version:

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

10 lines (8 loc) 261 B
// `Math.degrees` method // https://rwaldron.github.io/proposal-math-extensions/ var RAD_PER_DEG = 180 / Math.PI; require('../internals/export')({ target: 'Math', stat: true }, { degrees: function degrees(radians) { return radians * RAD_PER_DEG; } });