Documentation@sapphire/shapeshiftType AliasesUnwrapTupleOn this pageType Alias: UnwrapTuple<T> UnwrapTuple<T>: T extends [infer Head, ...(infer Tail)] ? [Unwrap<Head>, ...UnwrapTuple<Tail>] : [] Type Parameters Type ParameterT extends [...any[]] Defined in projects/shapeshift/src/lib/util-types.ts:118