NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/core-js-pure/internals/entry-virtual.js

6 lines
129 B
JavaScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};