The ArrPredicateCallbackFn function is used for arrEvery and arrFilter, it should return a truthy value to indicate a matching element has been found.
ArrPredicateCallbackFn
truthy
Identifies the type of array elements
Identifies the type of the return array elements (defaults to T)
The cuirrent element of the array being processed.
The index of the current elemety of the array being processed.
The array being processed.
A boolean value indicating that the value is of the type expected (the test is true)
0.8.0
The
ArrPredicateCallbackFn
function is used for arrEvery and arrFilter, it should return atruthy
value to indicate a matching element has been found.