hasValue
hasValue<
E,A>(data): data is Ok<A> | Both<E, A>
Defined in: Core/These.ts:80
Returns true if the These contains a success value (Ok or Both).
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”These<E, A>
Returns
Section titled “Returns”data is Ok<A> | Both<E, A>