Anyone knows an implementation of `Result<V, E ...
# javascript
r
Anyone knows an implementation of
Result<V, E : Exception>
(similar to: https://github.com/kittinunf/Result) with support for Kotlin/JS?
g
I don't see reasons why would this exact wouldn't work on JS, this library just not published for just, but if you copy files to your Kotlin JS project it should work