UNPKG

react-kiwi-dropdown

Version:

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

8 lines (7 loc) 199 B
// `Date.now` method // https://tc39.github.io/ecma262/#sec-date.now require('../internals/export')({ target: 'Date', stat: true }, { now: function now() { return new Date().getTime(); } });