mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
added a false case for the isObject test documentation
This commit is contained in:
@@ -1233,6 +1233,8 @@ _.isUndefined(window.missingVariable);
|
||||
<pre>
|
||||
_.isObject({});
|
||||
=> true
|
||||
_.isObject('am I an object?');
|
||||
=> false
|
||||
</pre>
|
||||
|
||||
<h2 id="utility">Utility Functions</h2>
|
||||
|
||||
Reference in New Issue
Block a user