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