Skip to content

Both

Both<L, R> = object

Defined in: logic/these.ts:7

A Both type that contains both Left and Right values.

Type Parameters

L

L

R

R

Properties

left

left: L

Defined in: logic/these.ts:7


right: R

Defined in: logic/these.ts:7


type

type: "Both"

Defined in: logic/these.ts:7