import { flatMapDepth } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/collection.js";
This method is like _.flatMap
except that it recursively flattens the
mapped results up to depth
times.
import { flatMapDepth } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/collection.js";
This method is like _.flatMap
except that it recursively flattens the
mapped results up to depth
times.