Skip to main content
Module

x/ramda/source/tap.js>default

:ram: Practical functional Javascript
Latest
variable default
import { default } from "https://deno.land/x/ramda@v0.27.2/source/tap.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.