isObject
Most powerful way to check that value is an object in javascript
.
More info about motivation for this repo you can find here.
Installation
npm i is-it-object
Usage
const isObject = ; ; // true; // false; // false; // false; // false; // false; // true; // true; // false; // true; // true; // true
More information available here.
Tests
npm test