Introduction
Migration
Appearance
import { isObservable } from "@tsed/core";
See /packages/core/src/types/utils/objects/isObservable.ts.
function isObservable<T>(obj: any): boolean;