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