ScanFuncCopyimport type { ScanFunc } from "https://raw.githubusercontent.com/surma/observables-with-streams/28c55be6d855780c677fd1f4ba975f4d3144891d/src/index.ts";type ScanFunc<U, T> = (acc: U, v: T) => U;§Type Parameters§U[src]§T[src]§Type§(acc: U, v: T) => U[src]