import { flatMapDeep } 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.
import { flatMapDeep } 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.