Would be nice if this didn't have a dependency on rxjs just for a single use of Observable
You might like https://github.com/vultix/ts-results -- no dependencies. (Beware maintainer is not active, https://github.com/vultix/ts-results/issues/37)
71–72 of 72 posts
Would be nice if this didn't have a dependency on rxjs just for a single use of Observable
Earlier quoted context omitted.
This is interesting. Does it have any performance impact?
Don't think would affect performance. The core function `wrap` is just try catch under the hood. https://github.com/musicq/unwrapit/blob/d5c437a235ad1f5ad042...