Skip to content

TypeAlias.NOT

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

umt / NOT

Type Alias: NOT<X>

NOT<X> = isBoolean<X> extends true ? false : true

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

Type Parameters

X

X

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally