hexo/node_modules/core-js/modules/_entry-virtual.js

6 lines
147 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
var core = require('./_core');
module.exports = function (CONSTRUCTOR) {
var C = core[CONSTRUCTOR];
return (C.virtual || C.prototype);
};