We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696fa75 commit 04cf019Copy full SHA for 04cf019
1 file changed
lib/utils.js
@@ -21,7 +21,7 @@ const kindOfTest = (type) => {
21
const typeOfTest = type => thing => typeof thing === type;
22
23
/**
24
- * Determine if a value is an Array
+ * Determine if a value is a non-null object
25
*
26
* @param {Object} val The value to test
27
0 commit comments