Receives the runtime type of template argument.
Use
function f<T>(type?: ReceiveType<T>): Type { return resolveReceiveType(type);}
Generated using TypeDoc
Receives the runtime type of template argument.
Use