# @f/is-object

> Check if plain object.

Latest version **1.1.4** (published 2016-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/is-object
pnpm add @f/is-object
yarn add @f/is-object
bun add @f/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.1.4 |
| Published | 2016-01-17 |
| First published | 2015-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/is-object
- Repository: https://github.com/micro-js/is-object
- Homepage: https://github.com/micro-js/is-object#readme
- Issues: https://github.com/micro-js/is-object/issues
- npm.io page: https://npm.io/package/@f/is-object

## Dependencies (1)

- [@f/is-function](https://npm.io/package/@f/is-function.md) ^1.1.1

## Recent versions

- 1.1.4 (latest) — 2016-01-17
- 1.1.3 — 2016-01-17
- 1.1.2 — 2016-01-10
- 1.1.1 — 2015-12-16
- 1.1.0 — 2015-12-16

## README

# is-object

[![Build status][travis-image]][travis-url]
[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

Check if plain object.

## Installation

    $ npm install @f/is-object

## Usage

```js
var isObject = require('@f/is-object')

isObject({}) // true
isObject(function () {}) // false
isObject([]) // false
```

## API

### isObject(obj)

- `obj` - object to test

**Returns:** Boolean

## License

MIT

[travis-image]: https://img.shields.io/travis/micro-js/is-object.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/is-object
[git-image]: https://img.shields.io/github/tag/micro-js/is-object.svg
[git-url]: https://github.com/micro-js/is-object
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/is-object.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/is-object

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