We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78645c commit 4e54af5Copy full SHA for 4e54af5
1 file changed
README.md
@@ -130,5 +130,5 @@ Note that JavaScript doesn't always treat mathematical expressions of undefined
130
131
| Method | Description
132
| - | -
133
-| is.**empty**(_value_) | Tests if an object's `.length` or `.size` property equals zero.
+| is.**empty**(_value_) | Tests for an empty _string_ primitive or if an object's `.length` or `.size` property equals zero.
134
| is.**of**(_value_, _class_) | Tests if _value_ is an instance of _class_. (Same as using the `instanceof` operator.)
0 commit comments