Skip to content

both

both<E, A>(error, value): Both<E, A>

Defined in: Core/These.ts:56

Creates a These holding both an error/warning and a success value.

E

A

E

A

Both<E, A>

These.both("Deprecated API used", result);