Plumbingtype-utils v0.3.0ThirdArgTypeThirdArgType export type ThirdArgType<T> = T extends ( arg0: any, arg1: any, arg2: unknown) => any ? C : never