UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

4 lines (3 loc) 88 B
export function sum(list){ return list.reduce((prev, current) => prev + current, 0) }