NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/core-js-pure/internals/entry-virtual.js
2023-09-14 14:47:11 +08:00

6 lines
129 B
JavaScript

var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};