Type Alias ParametersSkip1<T>

ParametersSkip1<T>: T extends ((a: any, ...args: infer P) => any)
    ? P
    : never

Type Parameters

  • T