Plumbingtype-utils v0.3.0SecondArgTypeSecondArgType export type SecondArgType<T> = T extends ( arg0: any, arg1: unknown) => any ? B : never