isBoth
isBoth<
E,A>(data):data is Both<E, A>
Defined in: Core/These.ts:75
Type guard — checks if a These holds both an error/warning and a success value.
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”These<E, A>
Returns
Section titled “Returns”data is Both<E, A>