Introduction
Migration
Appearance
import { isObject } from "@tsed/core";
See /packages/core/src/types/utils/objects/isObject.ts.
function isObject(target: any): target is object;