getType<T> function

Type getType<T>()

Returns the type of the generic parameter T.

Implementation

Type getType<T>() => T;