Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,8 @@ const resultMessage = await validateUser(user)

Takes a `ResultAsync<T, E>` and lets the original `ResultAsync<T, E>` pass through regardless
the result of the passed-in function.
This is a handy way to handle side effects whose failure or success should not affect your main logics such as logging.
This is a handy way to handle side effects whose failure or success should not affect your main logics such as logging.
The callback passed to `andTee` will be awaited

**Signature:**

Expand Down