biofriction-wp-theme/node_modules/core-js/modules/_entry-virtual.js

6 lines
142 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
var core = require('./_core');
module.exports = function (CONSTRUCTOR) {
var C = core[CONSTRUCTOR];
return (C.virtual || C.prototype);
};