Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable sum
import { sum } from "https://deno.land/x/adoublef@v0.0.1/collection/mod.ts";

type

(
previousValue: number,
currentValue: number,
currentIndex: number,
array: number[],
) => number