Skip to content

second

second<B>(value): TheseSecond<B>

Defined in: Core/These.ts:51

Creates a These holding only a second value.

B

B

TheseSecond<B>

These.second("warning"); // { kind: "Second", second: "warning" }