The item to compare against.
true if the item is in the list, false otherwise.
Dispatches call to arr.indexOf, returns true if arr is array and value in the array or if arr is string and value is substring of arr
The item to compare against.
true if the item is in the list, false otherwise.
Dispatches call to arr.indexOf, returns true if arr is array and value in the array or if arr is string and value is substring of arr
The item to compare against.
true if the item is in the list, false otherwise.
Generated using TypeDoc
Dispatches call to arr.indexOf, returns true if arr is array and value in the array or if arr is string and value is substring of arr