UNPKG

polyfill-service

Version:
8 lines (6 loc) 234 B
Object.getPrototypeOf = function getPrototypeOf(object) { if (object !== Object(object)) { throw new TypeError('Object.getPrototypeOf called on non-object'); } return object.constructor ? object.constructor.prototype : null; };