You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for synchronous error handling with mightFailSync and makeMightFailSync functions.
A new publish script in package.json to streamline the build and publish process.
Changed
The library now officially supports both async and sync error handling. This change is reflected in the README to emphasize the library's versatility in handling errors in different contexts.
Updated Either.ts to streamline the type definition for a more straightforward implementation.