Function objGetPrototypeOf

The objGetPrototypeOf() method returns the prototype (i.e. the value of the internal Prototype property) of the specified value.

0.4.4

  • Parameters

    • value: any

      The object whose prototype is to be returned, which may be null.

    Returns any