Type.FunctionReturn

통사론

Type.FunctionReturn(type as type) as type

소개

함수 type에 의해 반환된 형식을 반환합니다.

예시

() as any)의 반환 형식을 찾기.

사용량

Type.FunctionReturn(type function () as any)

출력

type any