Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/.object.groupby-IIT0t0u7/index.js
2024-01-10 22:39:31 +04:00

20 lines
406 B
JavaScript

'use strict';
var define = require('define-properties');
var callBind = require('call-bind');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var polyfill = getPolyfill();
var shim = require('./shim');
var bound = callBind(polyfill, Object);
define(bound, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = bound;