# are-objects

> Function for check if all values are objects

Latest version **1.0.0** (published 2017-04-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install are-objects
pnpm add are-objects
yarn add are-objects
bun add are-objects
```

## 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.0 |
| Published | 2017-04-18 |
| First published | 2017-04-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ricardo Moreno |
| Maintainers | rich-97 |
| Keywords | objects, equal, equivalent |

## Links

- npm: https://www.npmjs.com/package/are-objects
- Repository: https://github.com/rich-97/are-objects
- Homepage: https://github.com/rich-97/are-objects#readme
- Issues: https://github.com/rich-97/are-objects/issues
- npm.io page: https://npm.io/package/are-objects

## Recent versions

- 1.0.0 (latest) — 2017-04-18

## README

# are-objects

Function for check if all values are objects.

## Installation

With the simple command `npm install are-objects`.

## Usage

The function takes any arguments as you want.

Example:

```js
const areObjects = require('are-objects');

areObjects({}, 12, [1, null]); // false
areObjects([], {foo: false}); // true
areObjects(function(){}, String()); // false
```

## Test

You should have installed globaly `jasmine-node` for test this package, then execute `npm run test`.

## License

[MIT](https://github.com/rich-97/req-ajax/blob/master/LICENSE)

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