import { tap } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It applies function fn
to input x
and returns x
.
One use case is debugging in the middle of R.compose
.
import { tap } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It applies function fn
to input x
and returns x
.
One use case is debugging in the middle of R.compose
.