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