UNPKG

react-kiwi-dropdown

Version:

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

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