TypeScript配列every

配列のすべての要素が条件を満たすかテストします。

構文

array.every(predicate): boolean