Type guard that checks if a value is a string.
The value to check
true if the value is a string object or primitive, false otherwise
true
false
Type guard that checks if a value is a string.