Files
conference-room-booking-system/frontend/node_modules/core-js-pure/internals/entry-virtual.js
2025-08-20 21:01:11 -04:00

7 lines
143 B
JavaScript

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