UNPKG

react-bootstrap-typeahead

Version:
8 lines (7 loc) 180 B
import { isString } from './nodash'; export default function getOptionProperty(option, key) { if (isString(option)) { return undefined; } return option[key]; }