Type Alias Predicate<T>

Predicate<T>: ((value: T, key: string) => boolean)

Type Parameters

  • T