function fromEntriesimport { fromEntries } from "https://dotland.deno.dev/x/pg_mem@3.0.2/utils.ts"; fromEntries<K, V>(iterable: readonly (readonly [K, V])[]): Map<K, V>Type ParametersKVParametersiterable: readonly (readonly [K, V])[]ReturnsMap<K, V>