(O, proto)
| 48357 | var isObject = __webpack_require__(22), |
| 48358 | anObject = __webpack_require__(19); |
| 48359 | var check = function check(O, proto) { |
| 48360 | anObject(O); |
| 48361 | if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!"); |
| 48362 | }; |
| 48363 | module.exports = { |
| 48364 | set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line |
| 48365 | function (test, buggy, set) { |
no test coverage detected