Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Syntax
Type.FunctionReturn(type as type) as type
About
Returns a type returned by a function type.
Example
Find the return type of () as any).
Usage
Type.FunctionReturn(type function () as any)
Output
type any