2
0
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:
Sachin
2026-02-04 22:51:44 +05:30
committed by GitHub
parent 696fa753c5
commit 04cf01969e
+1 -1
View File
@@ -21,7 +21,7 @@ const kindOfTest = (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
*