Skip to content

product

const product: Combinable<number>

Defined in: Core/Combinable.ts:45

Combines numbers by multiplication. 1 is the neutral element.

pipe([2, 3, 4], Combinable.fold(Combinable.product)); // 24