Skip to content

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).

A

B

These<A, B>

data is TheseSecond<B> | TheseBoth<A, B>