Type Alias PickByPredicate<T>

PickByPredicate<T>: ((value: T[keyof T], key: keyof T) => boolean)

Type Parameters

  • T extends object