A simple implementation of observable pattern
Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports
Symbol.observable ponyfill
Check if a value is an Observable
An Implementation of ES Observables
Convert Node Streams into ECMAScript-Observables
Support any Observable library and polyfill
TypeScript definitions for zen-observable
Light-weight observable implementation and utils written in TypeScript. Based on zen-observable.
RxJS based middleware for Redux. Compose and cancel async actions and more.
JSS plugin for TC39 Observables support
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Check if a value is a plain object
<!-- TODO: update version number before releasing, here and in the script tag --> [](https://www.npmjs.com/package/indefinite-observable/v/2.0.1) [ with [RxJS](https://rxjs-dev.firebaseapp.com/guide/overview) observables
Angular DevKit - Core Utility Library
No description provided.
React hooks for RxJS Observables. Simple, flexible, testable and performant.
A small utility for simplified creation of callback functions that publishes the argument to an observable stream when called.
A variant of RxJS exhaustMap that includes the trailing value emitted from the source observable while waiting for the inner observable to complete
A simple observer implementation for POROs (Plain Old Ruby Object) and ActiveRecord objects.
A simple observer implementation for POROs (Plain Old Ruby Object) and ActiveRecord objects.
DeprecateSoft is a lightweight Ruby gem that lets you gracefully deprecate methods in your codebase without breaking functionality. It wraps existing instance or class methods and lets you plug in custom before/after hooks for tracking usage via logging, Redis, DataDog, or any other observability tools. Once you verify in your tracking that a method is no longer called, you can remove it safely from your code base. This is especially useful in large codebases where you want to safely remove legacy methods, but first need insight into whether and where they're still being called. Hooks are configured once globally and apply project-wide. Fully compatible with Rails or plain Ruby applications.