Type Alias PredicateGuard<TInput, TCollection, TOutput>

PredicateGuard<TInput, TCollection, TOutput>: ((item: TInput, index: number, collection: TCollection) => item is TOutput)

Type Parameters