Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable reduce
import { reduce } from "https://deno.land/x/gamla@89.0.0/src/reduce.ts";

type

<Function extends (state: any, element: any) => any>(reducer: Function, initial: () => ReturnTypeUnwrapped<Function>) => unknown