Returns true if some input value is present in the provided array of values. Returns false otherwise.
true
false
using(2).pipe( isOneOf([1, 2, 3]));
Generated using TypeDoc
Returns
true
if some input value is present in the provided array of values. Returnsfalse
otherwise.Example