Finding the `Effect.Do` Equivalent for `identity` in Functional Programming

What is the Effect.Do equavalent for
identity
? Right now I find myself trying to return the latest bound thing in the pipe, by doing it this way: Effect.andThen(({ cartData }) => cartData)
Was this page helpful?