isAny (key, value) Booleanpublic
Returns true if the passed property resolves to the value of the second argument for any item in the enumerable. This method is often simpler/faster than using a callback.
Parameters:
-
key
String - the property to test
-
value
[String] - optional value to test against. Defaults to `true`
Returns:
-
Boolean
Please login to continue.