TypeScript配列findLast

条件を満たす最後の要素を返します。(ES2023)

構文

array.findLast(predicate): T | undefined