Type.FunctionReturn

Syntax

Type.FunctionReturn(type as type) as type  

About

返回函数 type返回的类型。

示例 1

查找返回类型 () as any)

用法

Type.FunctionReturn(type function () as any)

输出

type any