Skip to content

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.

A

B

These<A, B>

data is TheseBoth<A, B>