Hacker News new | ask | show | jobs
by quackware 968 days ago
Would be nice if this didn't have a dependency on rxjs just for a single use of Observable
2 comments

You might like https://github.com/vultix/ts-results -- no dependencies. (Beware maintainer is not active, https://github.com/vultix/ts-results/issues/37)
Actually rxjs is a `peerDependency` which means it will assume the user will have it installed already.
still a dependency