@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable object_getPrototypeOfConst

    object_getPrototypeOf: (o: any) => any = ...

    alias for Object.getPrototypeOf.

    Type declaration

      • (o: any): any
      • Returns the prototype of an object.

        Parameters

        • o: any

          The object that references the prototype.

        Returns any