UNPKG

react-kiwi-dropdown

Version:

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

6 lines 286 B
import arrayWithoutHoles from "./arrayWithoutHoles"; import iterableToArray from "./iterableToArray"; import nonIterableSpread from "./nonIterableSpread"; export default function _toConsumableArray(arr) { return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread(); }