import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/each.js"; FunctionsfdefaultIterates over elements of collection and invokes iteratee for each element. The iteratee is invoked with three arguments: (value, index|key, collection). Iteratee functions may exit iteration early by explicitly returning false.