@superutils/rx
A set of small, focused utilities for working with RxJS observables and subjects.
Installation
NPM
Install using your favorite package manager (e.g., npm, yarn, pnpm, bun, etc.):
bash
npm install @superutils/rxDependency: @superutils/core and @superutils/promise will be automatically installed by package manager
CDN / Browser
If you are not using a bundler, you can include the minified browser build directly:
xml
<script src="https://unpkg.com/@superutils/rx@latest/dist/browser/index.min.js"></script>OR,
xml
<script src="https://cdn.jsdelivr.net/npm/@superutils/rx/dist/browser/index.min.js"></script>Classes
Type Aliases
- AsPromise_Defaults
- AsPromise_Options
- CopyRx_Options
- CopyRx_Transform
- onBeforeExecType
- OnResultType
- Unsubscribe
- UnsubscribeCandidate
- UnwrapSourceValue
- UnwrapSourceValueStrict