Skip to main content
Module

x/ramda/source/index.js>tap

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

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

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