Skip to content

TypeAlias.Shift

github-actions[bot] edited this page Jul 3, 2026 · 34 revisions

umt / Shift

Type Alias: Shift<T>

Shift<T> = T extends [unknown, ...(infer R)] ? R : never

Defined in: types/logic/shift.ts:2

Type Parameters

T

T extends unknown[]

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally