Skip to content

TypeAlias.OR

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

umt / OR

Type Alias: OR<X, Y>

OR<X, Y> = isBoolean<X> extends true ? true : isBoolean<Y> extends true ? true : false

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

Type Parameters

X

X

Y

Y

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally