UNPKG

react-kiwi-dropdown

Version:

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

7 lines (6 loc) 269 B
/** PURE_IMPORTS_START _symbol_iterator PURE_IMPORTS_END */ import { iterator as Symbol_iterator } from '../symbol/iterator'; export function isIterable(input) { return input && typeof input[Symbol_iterator] === 'function'; } //# sourceMappingURL=isIterable.js.map