typeOf<T> function

Type typeOf<T>()

get type from T

Implementation

Type typeOf<T>() => T;