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:
const areObjects = ; ; // false; // true; // false
Test
You should have installed globaly jasmine-node
for test this package, then execute npm run test
.