UNPKG

react-native-sectioned-multi-select

Version:

a multi (or single) select component with support for sub categories, search, chips.

7 lines (6 loc) 151 B
export const callIfFunction = (maybeFn) => maybeFn ? maybeFn && typeof maybeFn === 'function' ? maybeFn() : maybeFn : null