Skip to content

sum

计算数字 数组 中各项值的和。

使用

ts
import { sum } from 'rattail'

sum([1, 2, 3]) // return 6

参数

参数类型默认值
arrnumber[]

返回值

类型
number