function collectValuesimport { collectValues } from "https://deno.land/x/fastro@v0.92.2/utils/db.ts"; collectValues<T>(iter: Deno.KvListIterator<T>)Type ParametersTParametersiter: Deno.KvListIterator<T>