UNPKG

react-kiwi-dropdown

Version:

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

9 lines (8 loc) 261 B
'use strict'; // `URL.prototype.toJSON` method // https://url.spec.whatwg.org/#dom-url-tojson require('../internals/export')({ target: 'URL', proto: true, enumerable: true }, { toJSON: function toJSON() { return URL.prototype.toString.call(this); } });