UNPKG

react-kiwi-dropdown

Version:

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

5 lines 258 B
import { switchMap } from './switchMap'; export function switchMapTo(innerObservable, resultSelector) { return resultSelector ? switchMap(() => innerObservable, resultSelector) : switchMap(() => innerObservable); } //# sourceMappingURL=switchMapTo.js.map