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 Source lib/types.ts:74