or
or :: [ Function ] → a → Boolean
Takes a list of validators then returns a new function that receives a value (of any type) and reports whether the is valid for at least one of the previously defined .
It is largely used within the library itself to evaluate or conditions:
isPrimitive.js
Related validators
composewhennotLast updated