• Type guard that checks if a value is a string.

    Parameters

    • value: unknown

      The value to check

    Returns value is string

    true if the value is a string object or primitive, false otherwise