Type Alias PredicateFunction<T>

PredicateFunction<T>: ((item: T, index: number) => boolean)

Type Parameters

  • T