typeOf<T> function

Type typeOf<T>()

Helper function to get a type variable from a generic type argument.

Implementation

Type typeOf<T>() => T;