Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
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