Skip to content

These

These<L, R> = Left<L> | Right<R> | Both<L, R>

Defined in: logic/these.ts:13

A These type that can represent a Left, Right, or Both value.

Type Parameters

L

L

R

R