UNPKG

is-shallow-equal

Version:
25 lines (15 loc) 297 B
# 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/)