import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/tap.js";
This method invokes interceptor
and returns value
. The interceptor
is invoked with one argument; (value). The purpose of this method is to
"tap into" a method chain sequence in order to modify intermediate results.