hasSecond
hasSecond<
A,B>(data): data is TheseSecond<B> | TheseBoth<A, B>
Defined in: Core/These.ts:93
Returns true if the These contains a second value (Second or Both).
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”data is TheseSecond<B> | TheseBoth<A, B>