findInMap

A find function that iterates through a map and runs a provided pred function on each value. Returning the found value or undefined

Last updated