UNPKG

react-kiwi-dropdown

Version:

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

7 lines (6 loc) 234 B
/** PURE_IMPORTS_START _mergeMap PURE_IMPORTS_END */ import { mergeMap } from './mergeMap'; export function concatMap(project, resultSelector) { return mergeMap(project, resultSelector, 1); } //# sourceMappingURL=concatMap.js.map