getType<T> function

Type getType<T>()

Returns the type passed as type argument

Implementation

Type getType<T>() => T;