Function isString

  • Determines if an object is a string.

    Parameters

    • o: unknown

      The object to examine.

    Returns o is string

    True if o is a string; otherwise, false.