isBoth
isBoth<
A,B>(data):data is TheseBoth<A, B>
Defined in: Core/These.ts:81
Type guard — checks if a These holds both values simultaneously.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”data is TheseBoth<A, B>