@bitty/either
v0.2.0
Published
Either monad implementation.
Downloads
17
Readme
@bitty/either
Examples
getAuthenticatedUser
is a function used to get an authenticated user. Its a pretty common case and it was implemented in the way I think we should useEither
.