getType<T> function

Type getType<T>()

Returns the type T.

Enables passing parameterized types where a variable of type Type is expected.

Implementation

Type getType<T>() => T;