@serenity-is/corelib / count
count<
TItem
>(array
,predicate
):number
Counts number of array elements that matches a given predicate.
• TItem
TItem
[]
Array to test.
(x
) => boolean
Predicate to test elements.
number
@serenity-is/corelib / count
count<
TItem
>(array
,predicate
):number
Counts number of array elements that matches a given predicate.
• TItem
TItem
[]
Array to test.
(x
) => boolean
Predicate to test elements.
number