Skip to content

Right

Right<R> = object

Defined in: logic/either.ts:15

Represents a Right variant of the Either type.

Right often represents a success case.

Type Parameters

R

R

Properties

right: R

Defined in: logic/either.ts:15


type

type: "Right"

Defined in: logic/either.ts:15