UNPKG

react-select-search-nextjs

Version:

Lightweight select component for React with support for NextJS

8 lines (6 loc) 200 B
"use strict"; exports.__esModule = true; exports["default"] = isOption; function isOption(option) { return option !== null && typeof option === 'object' && 'value' in option && 'name' in option; }