import { tap } from "https://deno.land/x/rambda@9.3.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://deno.land/x/rambda@9.3.0/rambda.js";
It applies function fn
to input x
and returns x
.
One use case is debugging in the middle of R.compose
.