Skip to main content
Either<T, U> = NonNullable<Left<T> | Right<U>>
Defined in: src/modules/types.ts:711

Type Parameters

Type Parameter
T
U