Skip to content

TypeAlias.ZeroString

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

umt / ZeroString

Type Alias: ZeroString<N, A>

ZeroString<N, A> = LengthOfString<A> extends N ? A : ZeroString<N, `${A}0`>

Defined in: types/logic/zeroString.ts:3

Type Parameters

N

N extends number

A

A extends string = ""

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally