Skip to content

TypeAlias.PopString

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

umt / PopString

Type Alias: PopString<S>

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

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

Type Parameters

S

S extends string

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally