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