variable defaultimport { default } from "https://deno.land/x/denodash@0.1.3/src/collection/keyBy.ts"; type<T extends Record<string, any>>(argument: Iteratee<T, string> | string, arr: T[]) => Record<string, T>