Skip to content

TypeAlias.IMPLY

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

umt / IMPLY

Type Alias: IMPLY<X, Y>

IMPLY<X, Y> = NOT<X> extends true ? true : isBoolean<Y>

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

Type Parameters

X

X

Y

Y

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally