# @pansy/is-object

> 判断当前值是否为对象

Latest version **0.5.0** (published 2020-09-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pansy/is-object
pnpm add @pansy/is-object
yarn add @pansy/is-object
bun add @pansy/is-object
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2020-09-12 |
| First published | 2019-11-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Pansy Team |
| Maintainers | wangxingkang |

## Links

- npm: https://www.npmjs.com/package/@pansy/is-object
- npm.io page: https://npm.io/package/@pansy/is-object

## Recent versions

- 0.5.0 (latest) — 2020-09-12
- 0.4.0 — 2020-03-31
- 0.3.6 — 2019-12-20
- 0.3.5 — 2019-12-20
- 0.3.3 — 2019-12-10
- 0.3.2 — 2019-12-08
- 0.3.1 — 2019-12-06
- 0.3.0 — 2019-12-01
- 0.2.1 — 2019-12-01
- 0.2.0 — 2019-11-20
- 0.1.3 — 2019-11-19

## README

<h1 align="center">@pansy/is-object</h1>

> 判断当前值是否为对象

## 📦 安装

```
// npm
npm install @pansy/is-object --save

// yarn
yarn add @pansy/is-object

```

## 🔨 使用

```
import isObject from '@pansy/is-object';
```

---
_Source: https://npm.io/package/@pansy/is-object · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
