DocumentationSapphire Utilities@sapphire/utilitiesType AliasesSecondArgumentOn this pageType Alias: SecondArgument<T> SecondArgument<T>: T extends (arg1: unknown, arg2: infer U, ...args: unknown[]) => unknown ? U : unknown Gets the second argument of any given function Type Parameters Type ParameterT Defined in types.ts:94