Skip to content

TypeAlias.ShiftString

github-actions[bot] edited this page May 13, 2026 · 34 revisions

umt / ShiftString

Type Alias: ShiftString<S>

ShiftString<S> = S extends `${string}${infer R}` ? R : never

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

Type Parameters

S

S extends string

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally