# @amphibian/is-object

> object type checker

Latest version **1.0.5** (published 2016-12-14) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2016-12-14 |
| First published | 2015-11-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/is-object
- Repository: https://gitlab.com/thomaslindstr_m/is-object
- Homepage: https://gitlab.com/thomaslindstr_m/is-object#README
- Issues: https://gitlab.com/thomaslindstr_m/is-object/issues
- npm.io page: https://npm.io/package/@amphibian/is-object

## Dependencies (1)

- [@amphibian/is-array](https://npm.io/package/@amphibian/is-array.md) ^1.0.5

## Recent versions

- 1.0.5 (latest) — 2016-12-14
- 1.0.4 — 2016-12-14
- 1.0.3 — 2016-09-08
- 1.0.2 — 2016-09-08
- 1.0.1 — 2015-11-20
- 1.0.0 — 2015-11-11

## README

# is-object

[![build status](https://gitlab.com/ci/projects/107901/status.png?ref=master)](https://gitlab.com/ci/projects/107901?ref=master)

object type checker

```
npm install @amphibian/is-object
```

```javascript
var isObject = require('@amphibian/is-object');

isObject({}); // > true
isObject([]); // > false
```

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