Skip to main content
Module

x/lodash_es/src/thru.js

lodash for deno use
Latest
import * as lodashEs from "https://deno.land/x/lodash_es@v0.0.2/src/thru.js";

Functions

This method is like _.tap except that it returns the result of interceptor. The purpose of this method is to "pass thru" values replacing intermediate results in a method chain sequence.