Skip to content

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.

A

B

These<A, B>

data is TheseFirst<A>