Travis build: 570

This commit is contained in:
30secondsofcode
2018-10-01 16:38:09 +00:00
parent 7a2254e87e
commit c0cee9fca9
2 changed files with 2 additions and 2 deletions

View File

@ -8594,7 +8594,7 @@ isPromiseLike({}); // false
### 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.