UNPKG

react-select-search-nextjs

Version:

Lightweight select component for React with support for NextJS

3 lines 141 B
export default function isOption(option) { return option !== null && typeof option === 'object' && 'value' in option && 'name' in option; }