function isString(value): value is string;
Check if the value is a string.
unknown
The value to check.
value is string
true if the value is an string, otherwise false.
true
false