Type Alias InferArgs<T>

InferArgs<T>: T extends ((...t: [...(infer Arg)]) => any)
    ? Arg
    : never

Type Parameters

  • T