both
both<
A,B>(first,second):TheseBoth<A,B>
Defined in: Core/These.ts:61
Creates a These holding both a first and a second value simultaneously.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”A
second
Section titled “second”B
Returns
Section titled “Returns”TheseBoth<A, B>