Type alias ReceiveType<T>

ReceiveType<T>: Packed | Type | ClassType<T>

Receives the runtime type of template argument.

Use


function f<T>(type?: ReceiveType<T>): Type {
return resolveReceiveType(type);
}

Type Parameters

  • T

Generated using TypeDoc