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