@lucid-softworks/array-sum Sum an array of numbers without mutating it. import { sum } from "@lucid-softworks/array-sum"; sum([2, 3, 5]); // 10