interface Object
Private

Properties

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Methods

toString(): string

Returns a string representation of an object.

Returns a date converted to a string using the current locale.

Returns the primitive value of the specified object.

Determines whether an object has a property with the specified name.

isPrototypeOf(v: Object): boolean

Determines whether an object exists in another object's prototype chain.

Determines whether a specified property is enumerable.