Skip to content

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.

A

B

These<A, B>

data is TheseSecond<B>