method IteratorHelper.prototype.reduceimport { IteratorHelper } from "https://dotland.deno.dev/x/pg_mem@2.6.13/utils.ts"; reduce<U>(callbackfn: (previousValue: U,currentValue: T,currentIndex: number,) => U, initialValue: U): UType ParametersUParameterscallbackfn: (previousValue: U,currentValue: T,currentIndex: number,) => UinitialValue: UReturnsU