Alternative Approach for Logging in JavaScript without Using Effect.unit
I'm looking for an alternative approach for logging, similar to the code provided:
Is there a way to achieve this without using
Is there a way to achieve this without using
Effect.unit?