Skip to main content
Module

x/rambda/product-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {product} from 'rambda'
describe('R.product', () => { it('happy', () => { const result = product([1, 2, 3])
result // $ExpectType number })})