UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

4 lines (3 loc) 77 B
export function sum(list){ return list.reduce((acc, cur) => acc + cur, 0) }