Function isString

  • Backported from dojo a failsafe string determination method (since in javascript String != "" typeof alone fails!)

    Returns

    true in case of being a string false otherwise

    Parameters

    • Optional it: any

      {|Object|} the object to be checked for being a string

    Returns boolean

Generated using TypeDoc