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