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
import { reduce } from "https://deno.land/x/gamla@89.0.0/src/reduce.ts";