Returns true if the given argument is an object
isObject(2); // false
isObject({foo: 'bar'}); // true
Generated using TypeDoc
Returns true if the given argument is an object
Example
Example