Type alias Rejectable<R>

Rejectable<R>: Either<R, any>

Shortcut for monadic Either type, where erroneous value is of type any

Type Parameters

  • R

    underlying type

Generated using TypeDoc