# is-shallow-equal

> Shallowly compares two objects

## Install

```sh
$ npm install --save is-shallow-equal
```

## Usage

```js
var isSquallowEqual = isShallowEqual(a, b)
```

## Tests

```sh
$ npm run test
```


[MIT License](LICENSE.md) © [Alessandro Arnodo](https://alessandro.arnodo.net/)
