UNPKG

core-js

Version:
6 lines (5 loc) 188 B
module.exports = !require('../internals/fails')(function () { function F() { /* empty */ } F.prototype.constructor = null; return Object.getPrototypeOf(new F()) !== F.prototype; });