Skip to content

TypeAlias.BinaryNotParser

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

umt / BinaryNotParser

Type Alias: BinaryNotParser<X>

BinaryNotParser<X> = X extends "1" ? "0" : "1"

Defined in: types/logic/binaryNot.ts:4

Type Parameters

X

X extends string

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally