vsp-js-helper

It Packs Some JS Helper Functions

inarray

Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.

in_array

The Javascript version of "in_array" php function from the php.js project - http://phpjs.org/