DocumentationSapphire Utilities@sapphire/utilitiesType AliasesFirstArgumentOn this pageType alias: FirstArgument<T> FirstArgument<T>: T extends (arg1: infer U, ...args: unknown[]) => unknown ? U : unknown Gets the first argument of any given function Type parameters Type parameterT Source lib/types.ts:69