TypeType.FunctionReturnこのページの見出しType.FunctionReturn 関数型によって返される型を返します。 Syntax Type.FunctionReturn( type as type) as type Remarks 関数 type によって返される型を返します。 Examples Example #1 <code>() as any)</code> の戻り値の型を検索します。 Type.FunctionReturn(type function () as any) Result: type any Category Type