共用方式為


Type.FunctionReturn

語法

Type.FunctionReturn(type as type) as type  

關於

傳回由函式 type 傳回的類型。

範例 1

尋找 () as any) 的傳回型別。

使用方式

Type.FunctionReturn(type function () as any)

輸出

type any