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