Type Alias InferReturn<T>

InferReturn: T extends (...t: [...(infer Arg)]) => infer Res ? Res : never

Type Parameters

  • T