Type Alias: TypePredicateFunction\<T, U\>
TypePredicateFunction<
T,U> = (value) =>value is U
A predicate that narrows T to U.
Type Parameters
Section titled “Type Parameters”T
U extends T
Parameters
Section titled “Parameters”T
Returns
Section titled “Returns”value is U