Searches for the last element through an array of objects, strictly comparing find with the result of select. Returns undefined if no element matches.
find
select
undefined
This use strict comparison (not deep equal) and sequential search.
The array to work on
The value to search through the array
The selector which should be applied to compare with find
Generated using TypeDoc
Searches for the last element through an array of objects, strictly comparing
find
with the result ofselect
. Returnsundefined
if no element matches.This use strict comparison (not deep equal) and sequential search.