Type guard that checks if a value is a string with at least one character.
The value to check
true if the value is a non-empty string primitive, false otherwise
true
false
Type guard that checks if a value is a string with at least one character.