getType<T> function

Type getType<T>()

Get the type provided as an generic. Useful for getting a nullable type.

Implementation

Type getType<T>() => T;