AllButLast
Type Aliases
Section titled “Type Aliases”AllButLast
Section titled “AllButLast”AllButLast<
T> =Textends readonly [...(infer Head),unknown] ?Head:unknown[]
Defined in: packages/isaacscript-common/src/types/AllButLast.ts:2
Helper type to create a new tuple containing all but the last element of another tuple.
Type Parameters
Section titled “Type Parameters”T extends readonly unknown[]
