Type alias Either<R, L>

Either<R, L>: Right<R> | Left<L>

A Union Type that represents one of two states (Right or Left).

Type Parameters

  • R

  • L

See

Right, Left

Generated using TypeDoc