Increment
Type Aliases
Section titled “Type Aliases”Increment
Section titled “Increment”Increment<
N> = [...Arr<N>,unknown]["length"] &number
Defined in: packages/isaacscript-common/src/types/Increment.ts:6
Helper type to add one to a number type.
From: https://stackoverflow.com/questions/54243431/typescript-increment-number-type
Type Parameters
Section titled “Type Parameters”N extends number
