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[]] Source projects/shapeshift/src/lib/util-types.ts:118