typeOf<T> function

Type typeOf<T>()

Returns the type of T.

Implementation

Type typeOf<T>() => T;