UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

5 lines (3 loc) 116 B
import { multiply } from './multiply' import { reduce } from './reduce' export const product = reduce(multiply, 1)