Searches for the first element through an array of objects, strictly comparing find with the result of select.
find
select
Returns undefined if no element matches.
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 first element through an array of objects, strictly comparing
find
with the result ofselect
.Returns
undefined
if no element matches.This use strict comparison (not deep equal) and sequential search.