This commit is contained in:
Angelos Chalaris
2018-10-01 19:36:22 +03:00
committed by GitHub
parent 2b7db4ce09
commit 7a2254e87e

View File

@ -1,6 +1,6 @@
### isString
Checks if the given argument is a string.
Checks if the given argument is a string. Only works for string primitives.
Use `typeof` to check if a value is classified as a string primitive.