Plumbingtype-utils v0.3.0FirstArgTypeFirstArgType export type FirstArgType<T> = T extends (arg0: unknown) => any ? A : never