thefrontside / effection

Structured concurrency and effects for JavaScript
https://frontside.com/effection
MIT License
592 stars 25 forks source link

Export type Result and constructors Ok(), Err() #920

Closed cowboyd closed 1 week ago

cowboyd commented 1 week ago

Motivation

While not in the official public API, this was exported by v3 and generally useful, so we should keep it.