Type.FunctionReturn
Syntax
Type.FunctionReturn(type as type) as type
About
Returns a type returned by a function type
.
Example 1
Find the return type of () as any)
.
Usage
Type.FunctionReturn(type function () as any)
Output
type any
यह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
Type.FunctionReturn(type as type) as type
Returns a type returned by a function type
.
Find the return type of () as any)
.
Usage
Type.FunctionReturn(type function () as any)
Output
type any