mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
docs: clarify object check comment (#7323)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ const kindOfTest = (type) => {
|
|||||||
const typeOfTest = type => thing => typeof thing === type;
|
const typeOfTest = type => thing => typeof thing === type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if a value is an Array
|
* Determine if a value is a non-null object
|
||||||
*
|
*
|
||||||
* @param {Object} val The value to test
|
* @param {Object} val The value to test
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user