in-array
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Version 0.1.2 License MIT
Keywords
arraycheckelementfindindexindex-ofof
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.