src code

class method Object.isString

Object.isString(object) → Boolean
  • object (Object) – The object to test.

Returns true if object is of type string; false otherwise.