Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { isObservable } from "@tsed/core";
See /packages/core/src/utils/isObservable.ts.
function isObservable<T>(obj: any): obj is Observable<T>;
Checks if an object is an RxJS Observable by verifying lift and subscribe methods.