biofriction-wp-theme/node_modules/es5-ext/object/set-prototype-of/implement.js

9 lines
220 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
"use strict";
var shim;
if (!require("./is-implemented")() && (shim = require("./shim"))) {
Object.defineProperty(Object, "setPrototypeOf",
{ value: shim, configurable: true, enumerable: false, writable: true });
}