isSecond
isSecond<
A,B>(data):data is TheseSecond<B>
Defined in: Core/These.ts:75
Type guard — checks if a These holds only a second value.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”data is TheseSecond<B>