UNPKG

@onehat/ui

Version:
5 lines (4 loc) 122 B
import _ from 'lodash'; export default function inArray(needle, haystack) { return _.indexOf(haystack, needle) !== -1; }