It would perfect to pass a type guard to `Array.prototype.find` to find and cast an object like `Array.prototype.filter` does.
It would perfect to pass a type guard to
Array.prototype.findto find and cast an objectlike
Array.prototype.filterdoes.