https://github.com/tsdotnet/observable-base
A simple set of subscription base classes for implementing .NET style observables.
https://github.com/tsdotnet/observable-base
base base-class base-classes observable observe observer subscribable subscribe subscriber subscription
Last synced: 23 days ago
JSON representation
A simple set of subscription base classes for implementing .NET style observables.
- Host: GitHub
- URL: https://github.com/tsdotnet/observable-base
- Owner: tsdotnet
- License: mit
- Created: 2020-05-17T19:40:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T06:57:15.000Z (about 1 month ago)
- Last Synced: 2026-02-04T18:09:07.075Z (about 1 month ago)
- Topics: base, base-class, base-classes, observable, observe, observer, subscribable, subscribe, subscriber, subscription
- Language: TypeScript
- Homepage:
- Size: 723 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  tsdotnet / observable-base
[](https://github.com/tsdotnet/observable-base/blob/master/LICENSE)

[](https://www.npmjs.com/package/@tsdotnet/observable-base)
A simple set of subscription base classes for implementing .NET style observables.
Subscriptions are `Disposable` objects with scope independent `dispose()` methods.
## Docs
[tsdotnet.github.io/observable-base](https://tsdotnet.github.io/observable-base/)