Skip to content

isObject

@tsed/core

Usage

typescript
import { isObject } from "@tsed/core";

See /packages/core/src/types/utils/objects/isObject.ts.

Overview

ts
function isObject(target: any): target is object;

Released under the MIT License.