UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 95 B
import { sum } from './sum.js' export function mean(list){ return sum(list) / list.length }