Skip to main content
Module

x/ramda/mod.ts>tap

:ram: Practical functional Javascript
Latest
variable tap
import { tap } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Runs the given function with the supplied object, then returns the object.

Acts as a transducer if a transformer is given as second parameter.