type alias ObjectIteratorimport { type ObjectIterator } from "https://deno.land/x/rambda@9.2.1/files/index.d.ts"; Type ParametersTUdefinition: (x: T,prop: string,inputObj: Dictionary<T>,) => U